html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body{
background-color: #DFDFDF; 

}
header{
	
background-color: #303D8E; 
    
color: #fff;               

}
header div div img {
 display: inline-block;
 float: left;
}
section{
	
	padding: 30px;
}
section .sesion{
   background-color: #303D8E; 
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-top: 5px solid #2974b9;
	border-left:  10px solid #2974b9;
	border-right:   10px solid #2974b9;
    color: #FFF;
}

section .sesion_{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ed6a6a+100&0+0,0.65+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(237,106,106,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(237,106,106,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(237,106,106,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6ed6a6a',GradientType=1 ); /* IE6-9 */
color: #303D8E ; 
	border-left:  10px solid #2974b9;
	border-right:   10px solid #2974b9;

}
section .sesion_b{
     
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-left:  10px solid #2974b9;
	border-right:   10px solid #2974b9;
	border-bottom:   10px solid #2974b9;
}

footer{
background-color: #303D8E; 

color: #FFF ;   

}

section label, section button{
   font-weight: 800 !important;
}

.fa, .fab, .fal, .far, .fas {
   color:#fff !important;
}

.input-group-prepend  .input-group-text{
	background-color: #2974b9 !important;
    
}


input:focus,.input-group-prepend  .input-group-text{
	border:5px solid #2974b9 !important;
	
}


/*prelodad con css*/
.loader{
    width: 150px;
    height: 150px;
    margin: 40px auto;
    transform: rotate(-45deg);
    font-size: 0;
    line-height: 0;
    animation: rotate-loader 5s infinite;
    padding: 25px;
    border: 1px solid #cf303d;
}
.loader .loader-inner{
    position: relative;
    display: inline-block;
    width: 50%;
    height: 50%;
}
.loader .loading{
    position: absolute;
    background: #cf303d;
}
.loader .one{
    width: 100%;
    bottom: 0;
    height: 0;
    animation: loading-one 1s infinite;
}
.loader .two{
    width: 0;
    height: 100%;
    left: 0;
    animation: loading-two 1s infinite;
    animation-delay: 0.25s;
}
.loader .three{
    width: 0;
    height: 100%;
    right: 0;
    animation: loading-two 1s infinite;
    animation-delay: 0.75s;
}
.loader .four{
    width: 100%;
    top: 0;
    height: 0;
    animation: loading-one 1s infinite;
    animation-delay: 0.5s;
}
@keyframes loading-one {
    0% {
        height: 0;
        opacity: 1;
    }
    12.5% {
        height: 100%;
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        height: 100%;
        opacity: 0;
    }
}
@keyframes loading-two {
    0% {
        width: 0;
        opacity: 1;
    }
    12.5% {
        width: 100%;
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
}
@keyframes rotate-loader {
    0% {
        transform: rotate(-45deg);
    }
    20% {
        transform: rotate(-45deg);
    }
    25% {
        transform: rotate(-135deg);
    }
    45% {
        transform: rotate(-135deg);
    }
    50% {
        transform: rotate(-225deg);
    }
    70% {
        transform: rotate(-225deg);
    }
    75% {
        transform: rotate(-315deg);
    }
    95% {
        transform: rotate(-315deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

#espereaccion{
    display: block;
    position: fixed; /* Stay in place */
    z-index: 100000000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    font-size: 18px;
    color: #000;
    text-align: center;
}

/* fin prelodad con css*/