body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #E2E2E9;
    /*background: linear-gradient(to right, #0062E6, #33AEFF);*/
    min-height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
}

.brand-wrapper {
    margin-bottom: 19px; }
.brand-wrapper .logo {
    height: 55px; }

.centrar-contenido {
    display: flex;
    align-items: center;
    justify-content: center;

}

.text-input{
    width: 250px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 50px;
    padding-left: 15px;
}

.login-card {
    border: 0;
    border-radius: 15px;
    background: #F8F8F8;
    box-shadow: -16px 14px 94px -9px #B8B8C6;
    overflow: hidden;

}
.login-footer{
    position: absolute;
    width: 100%;
    bottom: 26px;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ACACAC;
}
.login-card-img {
    border-radius: 0;
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.login-card .card-body {
    padding: 93px 83px 82px; }
@media (max-width: 422px) {
    .login-card .card-body {
        padding: 35px 24px; }
    .login-card-img {
        border-radius: 0;
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
}
.login-card-description {
    font-size: 28px;
    color: #103d86;
    font-weight: bold;
    margin-bottom: 23px; }
.login-card form {
    max-width: 326px; }
.login-card .form-control {
    border: 1px solid #d5dae2;
    padding: 15px 25px;
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal; }

.login-card .text-input::-webkit-input-placeholder {
    position: relative;
    left: 1.2%;
    right: 78.4%;
    top: 2%;
    bottom: 20%;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #BBBDBF;  }
.login-card .text-input::-moz-placeholder {
    position: relative;
    left: 1.2%;
    right: 78.4%;
    top: 2%;
    bottom: 20%;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #BBBDBF;  }
.login-card .text-input:-ms-input-placeholder {
    position: relative;
    left: 1.2%;
    right: 78.4%;
    top: 2%;
    bottom: 20%;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #BBBDBF; }
.login-card .text-input::-ms-input-placeholder {
    position: relative;
    left: 1.2%;
    right: 78.4%;
    top: 2%;
    bottom: 20%;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #BBBDBF;  }
.login-card .text-input::placeholder {
    position: relative;
    left: 1.2%;
    right: 78.4%;
    top: -2px;
    bottom: 20%;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #BBBDBF; }



.login-card .login-btn {
    width: 250px;
    height: 60px;
    background-color: #0071CB;
    border-radius: 15px;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;

    font-style: normal;
    font-weight: normal;
}
.login-card .login-btn:hover {
    border: 1px solid #0080E7;
    background-color: #0080E7;
}
.login-card .forgot-password-link {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    color: #1B75BC;
    margin-left: 97px;
}
.login-card-footer-text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */

    color: #BBBDBF;
    }
@media (max-width: 767px) {
    .login-card-footer-text {
        margin-bottom: 24px; } }
.login-card-footer-nav a{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #BBBDBF;
}


/*# sourceMappingURL=login.css.map */
