div.card-foot{
     border-top-right-radius: 0;
     border-top-left-radius: 0;
    padding-right: 2.25rem;
     padding-left: 2.25rem;
    background-color: #D9EDE2;
     text-align: right;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
 div.card-foot > span{
    font-size: 12px;
    color: #639178;
}
 @media (min-width: 992px){
     .login-card{
        padding-top: 4.5rem!important;
    }
     .laptop{
        max-width: 520px;
        margin-right: 30px
    }
}
co @media (max-width: 992px){
     .laptop{
        max-width: 450px
    }
     .hidden-xs{
        display: none
    }
}
 @media (max-width: 768px){
     .card{
        margin-bottom: 50px
    }
     .espacio-mobile{
        margin-bottom: 20px
    }
     .login-card{
        padding-top: 2rem!important;
    }
     .navbar{
         padding-top: inherit;
         padding-bottom: inherit;
    }
     .background-login{
         background-image: none!important 
    }
     .bg-header-login{
         background: #325191!important;
         background: transparent;
        min-height: 1px 
    }
     .p20-mobile{
         padding: 20px 
    }
     .p-header-mobile{
         padding: 5px 0 3px;
    }
}
 .container2 {
     height: 50px;
     position: relative;
}
 .center2 {
     margin: 0;
     position: absolute;
     top: 40px;
     left: 50%;
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 .background-login{
     background-image: url(/assets/img/bg-login.svg);
    background-repeat: repeat-y;
    background-size: cover 
}
.countdown{color: #FECE2F;font-weight: 700;font-size: 14px}
 .countdownText{
     font-weight: 700;
    color: #ffffff;
    font-size: 14px 
}
 #footer {
     left:0px;
     bottom:0px;
     height:30px;
     width:100%;
}
 .custom-label{
     color: #001287;
    font-weight: bold;
    font-size: 14px 
}

.custom-card-border{
    border-radius: 20px;border:10px solid white;background-color: rgba(255,255,255,0.1)
}