@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300&display=swap");

body {
    font-family: "Poppins", sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: #253166;
    overflow-x: hidden;
}

input {
    font-family: "Poppins", sans-serif;
}

.principal {
    width: 100%;
    height: 100%;
    padding: 0px;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: right;
}

.svg,
.form-login-content {
    position: relative;
    text-align: center;
    width: 50%;
    height: 95vh;
    background-color: white;
}
/* ===========================inicio de sesion parte derecha=========================================*/
.svg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/plantilla/hola.png);
}

.svg .submit {
    z-index: 3;
    position: absolute;
    border-radius: 20px;
    padding: 5px 20px;
    width: auto;
    color: white;
    height: 45px;
    background-color: #00a1d2;
    border: none;
    top: 25px;
    right: 25px;
    font-size: 20px;
    transition: all 0.3s ease;
}
.svg .submit:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.svg .logoemp {
    margin-top: 15%;
    /* antes tenia 20% margin  */
    width: 30%;
}

/* ===========================inicio de sesion parte izquierda=========================================*/
.form-login-content .form-login {
    background-color: #f1f1f1;
    border-radius: 30px;
    margin: 50px;
    justify-content: center;
    margin-top: 40px;
}
.form-login-content .form-login h5 {
    font-weight: bold;
}

.form-login .bloque {
    display: block;
}
.contr {
    padding-bottom: 20px;
}

.form-login-content .form-login .us {
    margin-top: 5%;
    text-align: center;
    font-size: 20px;
}
.form-login-content .form-login .ps {
    margin-top: 2%;
    text-align: center;
    font-size: 20px;
}

.form-login .submit {
    border-radius: 20px;
    padding: 5px 20px;
}
#user,
#password {
    width: 70%;
    height: 50px;
    border-radius: 10px;
    background: none;
    border: 2px solid;
    border-color: #253166;
    color: 253166;
    font-weight: bold;
}
.btningresar {
    width: 58%;
    color: white;
    font-weight: bold;
    height: 45px;
    background-color: #00a1d2;
    border: none;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.btningresar:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.form-login-content .logo {
    width: 23%;
    margin-top: 50px;
}
.celeste {
    color: #00a1d2;
}
.error {
    font-style: italic;
    font-weight: bold;
    color: brown;
}
.azul {
    color: #253166;
}
.sesion {
    padding-top: 30px;
    font-weight: bold;
    font-size: 35px;
}
.recup {
    padding-bottom: 30px;
}
#usletras,
#psletras {
    font-weight: bold;
    font-size: 16px;
}
#ojito {
    cursor: pointer;
}

/* ============================================ RESPONSIVE =========================================*/
@media only screen and (max-width: 768px) {
    .svg {
        position: relative;
        text-align: center;
        width: 100%;
        height: 50vh;
        background-color: white;
    }
    .svg .submit {
        height: 35px;
        top: 20px;
        right: 20px;
        font-size: 15px;
    }

    .svg .submit:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }
    .svg .logoemp {
        margin-top: 30%;
        width: 35%;
    }

    .svg .submit {
        font-size: 15px;
    }
    .form-login-content .logo {
        margin-top: 20px;
    }
    .form-login-content .form-login {
        margin: 20px;
        margin-top: 20px;
    }
    .sesion {
        padding-top: 20px;
        font-size: 25px;
    }
    #user,
    #password {
        width: 80%;
        height: 40px;
    }
    .recup {
        padding-bottom: 10px;
    }
    .form-login-content {
        width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 596px) and (max-width: 767px) {
    .svg .logoemp {
        margin-top: 8%;
        width: 20%;
    }
}
@media only screen and (min-width: 526px) and (max-width: 595px) {
    .svg .logoemp {
        margin-top: 12%;
        width: 20%;
    }
}
@media only screen and (min-width: 350px) and (max-width: 525px) {
    .svg .logoemp {
        margin-top: 15%;
        width: 20%;
    }
}
@media only screen and (min-width: 280px) and (max-width: 349px) {
    .svg .logoemp {
        margin-top: 15%;
        width: 30%;
    }
}
