﻿  
.logo-login {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.card{
    margin: 0 auto; 
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
    border-radius: 20px !important;
}

.card-header {
    /** donde 20 para la iz y 20 para la derecha en top,  dejando 0 para la der y 0 para la iz bottom correspondientemente  */
    border-radius: 20px 20px 0 0 !important;

}



.lblusuario, .lblpass, .lbltipoautenticacion, .lblmail {
    top: 25px !important;
}


#btnAceptar {
    margin-top:30px !important;
}

.form-control{
    border-radius: 0;
    box-shadow:none;
    border-color:#d2d6de;
    width: 70%;
    height:70%;
    margin-top:15px !important;
}

.content-view {
    
    padding-left: 10%;
    padding-right: 10%;

}

.form-control-mail-forgot {
    height:60% !important;
    width: 100%
}

.back {
    top:30px;
}

@media (min-width: 200px) and (max-width:900px) {
    .hidden-xs, .hidden-md {
        display:none;
    }

    .form-control {
        width:90%;
        height:90%;
   
    }

    .forGot {
        margin-top: 20px !important;
    }

    .back {
        text-align:center !important;
        margin-bottom: 15px;
    }

    .enviar {
        text-align:center !important;
    }

}