/*html,
body,
.intro {
    height: 100%;
}*/

@media (min-width: 550px) and (max-width: 750px) {
/*    html,
    body,
    .intro {
        height: 550px;
    }*/
}


@media (min-width: 800px) and (max-width: 850px) {
 /*   html, body, .intro {
        height: 550px;
    }*/
}

a.link {
    font-size: .875rem;
    color: #466cb8;
}

    a.link:hover,
    a.link:active {
        color: #1660f6;
    }

.color-primary {
    color: #92aad0;
}



.auth-input .form-label {
    position: relative;
    left: 14px;
    top: 11px;
    line-height: 20px;
    background: white;
    font-size: 13px;
    margin: 0;
    padding: 0 7px;
    font-weight: 400;
    z-index: 1;
    color: #818181;

}

.auth-input .form-control {
    padding: 0.9rem 1.2rem;
    background: #fff;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #efefef;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

.form-shadow {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12) !important;
}

.background-login {
    background: linear-gradient(rgb(63 81 181 / 12%), #2196f30a),url(../img/background/login.jpg);
    margin: 0;
}