.fondo_login {
    background-image: url("../../assets/Imagenes/Fondo_login.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.card-login_rounded {
    border-radius: 1.25rem;
}

.card-login {
    color: gray;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-body {
    text-align: center;
    /*padding-bottom: 50px;*/
}

.card-img-top {
    width: 15rem;
    margin: 30px auto 30px auto;
}

.imagen-recuperacion {
    width: 10rem;
    margin: 30px auto 30px auto;
}

.card-title {
    margin-bottom: 35px;
}

.header-login-maestro {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.login_form {
    display: flex;
    flex-direction: column;
}

.loginInput {
    margin-top: 20px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid lightgray;
    outline: none;
    width: 94%;
}

.recoverPassword {
    text-align: right;
    font-size: x-small;
    color: inherit;
    text-decoration: none;
}

.rememberMe {
    font-size: 10px;
}

.checkBox:hover {
    cursor: pointer;
}

.btn-mostrar-contrasena-login{
    width: 6%;
    cursor: pointer;
}