.auth-page {
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(111.06deg, #0042B5 25.62%, #1E65FF 94.64%);
    font-family: 'Mulish', Arial, sans-serif;
}

.auth-page_header .text-center {
    margin-top: 30px !important;
}

@media screen and (min-width: 768px) {
    .auth-page_header .text-center {
        text-align: left;
    }
}

.auth-page_logo {
    height: 21px;
}

.auth-page_form {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 20px 0;
}

.auth-page_form h1 {
    margin: 0 0 32px;
    font-size: 24px;
    font-weight: 500;
    position: relative;
}

.auth-page_form h1:before {
    content: "";
    background: url("../img/auth-lock.svg") no-repeat center;
    display: block;
    width: 26px;
    height: 39px;
    margin: 0 auto 5px;
}

.auth-page_form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.auth-page_form input[type=text],
.auth-page_form input[type=tel],
.auth-page_form input[type=password] {
    border: 2px solid #fff !important;
    border-radius: 7px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    box-shadow: none !important;
    padding: 31px 12px 5px;
    height: auto;
}

.auth-page_form .control-label {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    margin: 10px 12px 0;
}

.auth-page_form .help-block {
    font-weight: 400;
    font-size: 14px;
    color: #FF3036;
}

.auth-page_form .btn {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    background: #FF3036 !important;
    border: none !important;
    padding: 19px;
    text-transform: uppercase;
    outline: none !important;
    border-radius: 7px;
}

.auth-page_form .btn:hover,
.auth-page_form .btn:focus {
    filter: drop-shadow(0 4px 30px rgba(0, 0, 0, .4));
}
