@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../../fonts/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url(../../fonts/OpenSans-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Quicksand-Regular';
    src: url(../../fonts/Quicksand-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url(../../fonts/Quicksand-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Quicksand-Light';
    src: url(../../fonts/Quicksand-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url(../../fonts/OpenSans-Light.ttf) format('truetype');
}

body {
    height: 100vh;
    margin: 0px;
    padding: 0px;   
}

.login-card {
    width: min(440px, 94vw);
    padding: 28px 28px 22px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(0,0,0,.10);
}

.login-title {
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    margin-bottom: 4px;
    letter-spacing: .5px
}

.login-sub {
    font-size: 14px;
    color: #707070;
    text-align: center;
    margin-bottom: 16px;
}

.form-group {
    margin-bottom: 14px;
    position: relative;
}


.field-wrapper {
    position: relative
}

.field-icon {
    position: absolute;
    right: 10px;
    top: 39px; 
    width: 28px;
   display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff8fb3;
    opacity: .9;
    cursor: default;
}

    .field-icon[onclick] {
        cursor: pointer;
    }

.text_recovery {
    text-align: right;
    margin-top: 6px;
}

    .text_recovery a {
        color: #FF2B75;
        font-weight: 600;
        text-decoration: none;
    }

        .text_recovery a:hover {
            text-decoration: underline;
        }

.compat {
    font-size: 11px;
    color: #8a8a8a;
    text-align: center;
    margin-top: 14px
}

.img-logo-login2 {
    height: 22px;
    opacity: .9
}

.font-opensans-regular {
    font-family: 'OpenSans-Regular';
}

.font-opensans-bold {
    font-family: 'OpenSans-Bold';
}

.font-quicksand-regular {
    font-family: 'Quicksand-Regular';
}

.font-quicksand-bold {
    font-family: 'Quicksand-Bold';
}

.font-quicksand-light {
    font-family: 'Quicksand-Light';
}

.font-opensans-light {
    font-family: 'OpenSans-Light';
}

.bg-color-img-login {
    background-color: #ffffff;
}

.btn-login {
    background-color: #F94199;
    border-radius: 10px;
    color: #FFF;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
    padding: 12px 0%;
    letter-spacing: 0.05em;
}

    .btn-login:hover {
        color: #FFF;
    }

.btn-shadow-login {
    box-shadow: 2px 10px 25px #D7D7D7;
}

.div-margin-login {
    margin-bottom: 1.3rem;
}

.div-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10vh;
}

.form {
    width: 320px;
    letter-spacing: 0.07em;
    font-size: 16px;
}

.img-login {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}

.input-color {
    background-color: #F9FAFF;
    border: solid #EFF2FF 2px;
}
    .input-color::-webkit-input-placeholder {
        color: #9CA3AF;
        font-size: 13px;
        font-weight: 400;
    }
    
    .input-color::-moz-placeholder {
        color: #9CA3AF;
        opacity: 1;
        font-size: 13px;
        font-weight: 400;
    }
   
    .input-color:-ms-input-placeholder {
        color: #9CA3AF;
        font-size: 13px;
        font-weight: 400;
    }
   
    .input-color::placeholder {
        color: #9CA3AF;
        font-size: 13px;
        font-weight: 400;
    }

.label-login {
    margin-bottom: .2rem;
    color: #000000;
    font-size: 12px;
}

.subtitulo-login {
    display: flex;
    align-items: center;
    color: #575756;
    justify-content: center;
    letter-spacing: 0.05em;
    margin-top: 7.5%;
    margin-bottom: 2%;
}

.validacion-error {
    list-style: none;
    color: green;
}

.hideForm {
    display: none;
}

.contenedor {
    position: relative;
}

.contenido {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 93%;
    margin: 0% 0 0 0%;
    background-color: #ffffff;
}

.contenido2 {
    position: absolute;
    top: 0%;
    left: 40%;
    width: 93%;
    margin: 0% 0 0 0%;
    background-color: #F9FAFF;
}

.contenido3 {
    background-color: #F9FAFF;
}

.v_sc {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.img_col {
    float: left;
    width: 42%;
    padding: 0;
    margin: 0;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../svg/svg_fig/imagen_login_new.svg');
    background-color: #FBFBFB;
}

.login_f {
    float: left;
    width: 58%;
    padding: 0;
    margin: 0;
    height: 100vh;
    vertical-align: middle;
    position: relative;
    background-color: white;

    display: flex;
    align-items: center;
    justify-content: center;
}

.layout_login::after {
    content: "";
    display: block;
    clear: both;
}

.login-header {
    position: absolute;
    top: 16px;
    left: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

.logo-pronabec,
.logo-minedu {
    height: 28px;
    max-width: 45%;
    object-fit: contain;
}

@media (max-width: 576px) {
    .logo-pronabec,
    .logo-minedu {
        height: 22px;
    }

    .login-content {
        padding-top: 64px;
    }
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1440px) {
    /*.contenido{
        margin: 12% 0 0 0%;  
    }
    .img-login{
        width: 120%;
    }*/
}

@media (max-width: 1366px) {
    /*.contenido{
        margin: 17% 0 0 0%;    
    }
    .img-login{
        width: 100%;
    }*/
}

@media (max-width: 1280px) and (max-height: 1024px) {
    /*.contenido{
        margin: 15% 0 0 0%;    
    }
    .img-login{
        width: 100%;
    }*/
}

@media (max-width: 1280px) and (max-height: 800px) {
    /*.contenido{
        margin: 8% 0 0 0%;    
    }
    .img-login{
        width: 100%;
    }*/
}

@media (max-width: 1024px) and (max-height: 1366px) {
    /*.contenido{
        margin: 35% 0 0 0%;   
    }
    .img-login{
        width: 150%;
    }*/
}

@media (max-width: 1024px) {
    /*.contenido{
        margin: 8% 0 0 -0%;   
    }
    .img-login{
        width: 150%;
    }*/
}



@media (max-width: 768px) {
    /*.contenido{
        margin: 17% 0 0 0%;    
    }
    .img-login{
        display: none;
    }
    .bg-color-img-login{
        display: none;
    }*/
}

@media (max-width: 950px) {

    .img_col {
        float: left;
        width: 0%;
        padding: 0;
        margin: 0;
    }

    .login_f {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        height: 100vh;
        vertical-align: middle;
        position: relative;
    }
}

