@font-face {
  font-family: 'Gruenewald';
  src: url("fonts/Gruenewald3860.html?v=1");
  src: url("fonts/Gruenewald3860.html?v=1#iefix") format("embedded-opentype"), url("fonts/Gruenewald3860.ttf?v=1") format("truetype"), url("fonts/Gruenewald3860-2.html?v=1") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.form-group {
    position: relative;
}
.login-page {
    background: #0069b2;
}
.login_logo {
    width: 260px;
}
.login-logo {
    margin-bottom: 0;
}
.subTextUser {
    margin: 0;
    text-align: center;
    padding: 0 15px 15px 15px;
    font-size: 18pt;
}
.buttonIngresar {
    border: 1px solid #337ab7;
    background: #337ab7;
    color: #FFF;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}
.justify-content-flex-end {
    justify-content: flex-end;
}
.bck_login {
    display: block;
}
.bck_login .image {
    position: fixed;
    object-fit: contain;
    object-position: bottom;
    z-index: -1;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 320px) {
    .shadow-container {
        padding: 20px 26px;
    }
}
@media (max-width: 768px) {
    body {
        background: url(../../img/bck_bottom_360.png);
    }
}

@media screen and (min-width: 768px) {
    .shadow-container {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .shadow-container-desktop {
        position: relative;
        width: 100%;
        background-color: #fff;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 10px 0 #dde6ee;
        box-shadow: 0 0 10px 0 #dde6ee;
    }
    .container--border {
        display: block;
        background: #0b528c;
        border: 15px solid #0b528c;
    }
    .container--border .header-form {
        background-color: #0057c2;
        margin-top: 25px;
    }
    .container__wrapper {
        background: #0057c2;
        position: absolute;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        border: 2px solid #0057c2;
        z-index: 2;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .container__wrapper-inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: -webkit-calc(100vh - 200px);
        height: calc(100vh - 200px);
    }
}
@media screen and (min-width: 1024px) {
    .shadow-container {
        padding: 20px 54px;
    }
}
@media screen and (min-width: 1280px) {
    .shadow-container {
        padding: 20px 30px;
    }
}

.login__inner {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.09);
}
.login__background-blue {
    background-color: #0057c2;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 34%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 34%, 0 100%);
    height: 208px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.login__logo {
    width: 170px;
    margin: 70px auto 35px;
}
.login__logo svg {
    width: 100%;
}
.login__title {
    text-align: center;
    color: #0057c2;
    font-size: 32px;
    line-height: 36px;
}
.login__description {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
}
.login__button {
    width: 100%;
    height: 55px;
    padding: 16px 0;
}
.login__arrow--white g {
    fill: #fff;
}
.login__forgot-passwod {
    display: block;
    margin-top: 20px;
    color: #0057c2;
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration: underline;
    width: 100%;
}
.login__back {
    position: absolute;
    top: 26px;
    left: 21px;
    width: 11px;
}
.login__back svg {
    width: 100%;
}
.login__back svg g {
    fill: #14609f;
}
.login--is-loading {
    height: 100vh;
}
.form-icon-password svg {
    width: 100%;
}
.login__disclaimer {
    margin-left: 43px;
    margin-bottom: 40px;
}
@media screen and (max-width: 320px) {
    .login__title {
        font-size: 28px;
    }
    .form-icon-password {
        width: 20px;
    }
    .login__description {
        font-size: 16px;
        line-height: 18px;
    }
    .login__logo {
        width: 150px;
    }
}
@media screen and (min-width: 768px) {
    .login__background-blue {
        display: none;
    }
    .login__logo {
        width: 251px;
    }
    .login__title {
        font-size: 60px;
        line-height: 60px;
    }
    .login__title.login__title--name {
        margin-bottom: 10px;
    }
    .login__description {
        font-size: 24px;
        line-height: 29px;
    }
    .login-password__form,
    .login__form {
        width: 505px;
        margin: 0 auto;
    }
    .login__container-left {
        min-width: 60%;
        position: relative;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-position: 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }
}
@media screen and (min-width: 1024px) {
    .login__back,
    .login__logo {
        display: none;
    }
    .login {
        padding: 0;
        height: 100vh;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .login-left__logo {
        width: 140px;
        position: absolute;
        top: 16px;
        left: 40px;
        z-index: 10;
    }
    .login-left__circle {
        width: 448px;
    }
    .login__container-left {
        min-width: 60%;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-position: 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .login-left__text {
        z-index: 10;
        position: relative;
        font-size: 0;
    }
    .login-left__text-center {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        width: 300px;
    }
    .login-left__testimony {
        margin: 40px auto 0;
        font-size: 20px;
    }
    .login-left__testimony-author {
        font-size: 16px;
        margin: 25px auto 0;
    }
    .login-left__testimony-role {
        font-size: 14px;
        margin-top: 4px;
    }
    .login__image-main {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .login__container-right {
        background: #0069b2;
        min-width: 40%;
        display: flex;
        align-items: center;
    }
    .login__description {
        text-align: center;
        font-weight: 300;
        margin-top: 12px;
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 16px;
    }
    .login__inner {
        height: 100vh;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .login__title {
        font-size: 49px;
        line-height: 36px;
    }
    .login__button {
        height: 65px;
    }
}
@media screen and (min-width: 1280px) {
    .login__form {
        width: 320px;
        margin: 0 auto;
    }
    .login__form .form-row-document_number {
        margin-top: 56px;
    }
    .login-password__form {
        width: 460px;
        margin: 0 auto;
    }
    .login-left__testimony {
        margin: 71px auto 0;
        font-size: 25px;
    }
    .login-left__testimony-author {
        font-size: 18px;
        margin: 35px auto 0;
    }
    .login__form-container {
        width: 320px;
        margin: 0 auto;
    }
    .login__forgot-passwod {
        font-size: 18px;
    }
}
@media screen and (min-width: 1920px) {
    .login__forgot-passwod {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .login__title {
        font-size: 52px;
    }
    .login__container-left {
        min-width: 60%;
    }
    .login__container-right {
        min-width: 40%;
    }
    .login__form,
    .login__form-container {
        width: 360px;
        margin: 0 auto;
    }
}

.box__logo {
    text-align: center;
    margin-bottom: 15px;
}

.box__logo a {
    text-decoration: none;
}

.box__logo p {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
}

.box__logo img {
    display: none;
}

.box__logo .title {
    display: contents;
    font-family: 'Gruenewald';
    color: #FFF;
    font-size: 40px;
    line-height: 40px;
}

.eyeContainer {
    position: absolute;
    right: 7px;
    top: 5px;
    width: 40px;
    height: 30px;
    text-align: right;
}

.login__container-left {
    background-image: url(../../img/fondo_colegio.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

