@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
body{
    font-family: 'Lato', sans-serif;
    background-color: #f8fafc;
}

.card{
    padding: 0 10px;
    border: 1px solid #EAEDED;
    background-color: #fff;
    position: absolute;
    top: 45%; 
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 15px 13px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 15px 13px -18px rgba(0,0,0,0.75);
    box-shadow: 0px 15px 13px -18px rgba(0,0,0,0.75);
}
.card-head{
    text-align: center;
    padding: 30px 20px 0px 20px;
    border: 0px solid red;
}
.card-head h2{
    font-weight: normal;
}
.card-head h3{
    padding-top: 6px;
    font-weight: lighter;
}
.hr1{
    border: 2px solid #006fb3;
    display: inline-block;
    width: 30%;
    text-align: left;
}
.hr2{
    border: 2px solid #fe6565;
    display: inline-block;
    width: 30%;
    text-align: right;
}
.card-body{
    text-align: center;
    padding: 20px 30px 30px 30px;
    border: 0px solid blue;
}
.input-group label{
    display: block;
    text-align: left;
    font-weight: normal;
    padding: 10px 0;
}
.input-group input[type=text]{
    border: 1px solid #EAEDED;
    width: 100%;
    padding: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.input-icon{
    float: left;
    margin-left:10px;
    margin-top: 2px;
    position: absolute;
    color:#444;
    cursor: pointer;
    font-size: 20px;
}
#password_input{
    border: 1px solid #EAEDED;
    width: 100%;
    padding: 5px 5px 5px 35px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.input-group button{
    background-color:#006fb3;
    border: 1px solid #006fb3;
    margin-top: 15px;
    padding: 8px;
    width: 100%;
    color: #fff;
    font-weight: lighter;
}
.hr3{
    border: 1px solid #EAEDED;
    width: 50%;
}
.comp-1{
    display: inline-block;
}
.comp-2{
    display: inline-block;
    vertical-align: 7px;
    margin-left: 5px;    
}
.comp-2 a{
    font-size: 11px;
    color:#ccc;
    text-decoration: none;
    
}
.comp-2 label{
    cursor: pointer;
}
.form_check{    
    text-align: center;
}
#img_captcha{
    width: 150px;
}
#post_captcha{
    text-align: center;
}
.py-10{
    padding: 10px 0;
}
/*preloader*/
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #2868A8;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
}
}
/*loader*/
#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #fff;
    z-index: 999999999;
}
#loader {
    height: 100%;
    width: 100%;
}
.loader-contenido{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}