body {
    height: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s;
}

body .page-content {
    flex: auto;
    flex-shrink: 0;
}

.login-form .form-input-styled {
    position: absolute;
    left: 0;
    top: 3px;
}

.login-form .form-check {
    padding-left: 0;
}

.form-group-feedback-left .bx-captcha .form-control {
    padding-left: 1rem;
}

.password_recovery-captcha {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.password_recovery-captcha .captha_text {
    line-height: 36px;
    white-space: nowrap;
    margin-right: 1rem;
}

.password_recovery-captcha .password_recovery-captcha_image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 1rem;
}

.password_recovery-captcha .password_recovery-captcha_image .captcha_reload_icon i {
    transition: all 0.2s ease-in-out;
}

.password_recovery-captcha .password_recovery-captcha_image .captcha_reload_icon:hover i {
    color: #2a3140 !important;
    cursor: pointer;
}

.page-content {
    background: url(img/bg.jpg);
    background-position: center;
    background-size: cover;
}

.main_container {
    border-radius: 20px;
    background: rgba(12, 84, 160, 0.5);
    backdrop-filter: blur(5px);
}

.main_container > .card-body {
    padding: 44px 30px 26px 30px;
    font-family: "Roboto", sans-serif;
}

.title_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    color: #fff;
    margin-bottom: 24px;
}

.title_container h5 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

.form-control {
    padding: 0 0 0 2.75rem;
}

.form-control-feedback {
    bottom: 12px;
    top: auto;
    padding-left: 3px;
}

.form-group-feedback .title_input {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    line-height: 18px;
}

.forgot-password{
    margin-bottom: 26px;
    margin-top: 16px;
}

.form-group-feedback input {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 5px;
}

.form-group-feedback-left .form-control {
    padding-left: 21px;
}

.form-group-feedback input::placeholder {
    color: #fff;
}

.login_container {
    margin-bottom: 5px;
}

.password_container {
    margin-bottom: 9px;
}

.password_container > input {
    width: 100%;
    padding-right: 40px; /* Space for the button */
}

.password_container > .toggle-password {
    position: absolute;
    right: 0;
    bottom: 12px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    outline: none;
}

.password_container > .toggle-password > img {
    position: absolute;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    width: 16px;
    height: 16px;
}

.password_container > .toggle-password[data-password-status="hide"] > .eye-open,
.password_container > .toggle-password[data-password-status="show"] > .eye-close {
    display: block;
}

.password_container > .toggle-password[data-password-status="hide"] > .eye-close,
.password_container > .toggle-password[data-password-status="show"] > .eye-open {
    display: none;
}

.uniform-checker input,
.uniform-checker > span,
.uniform-checker {
    width: 18px;
    height: 18px;
}

.form-check .uniform-checker {
    position: relative;
}

.uniform-checker > span {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 3px;
}

.form-check-label {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.uniform-checker span:after, .uniform-choice span:after {
    left: 50%;
    transform: translateX(-50%);
    top: -2px;
    content: url('data:image/svg+xml; utf8, <svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M11.3552 0.244075L4.16666 7.43255L1.42259 4.68855L1.32912 4.60789C1.00289 4.36578 0.539931 4.39266 0.244075 4.68855C-0.0813583 5.014 -0.0813583 5.54155 0.244075 5.867L3.57741 9.20033L3.67088 9.281C3.99711 9.52311 4.46011 9.49622 4.75589 9.20033L12.5337 1.42259L12.6143 1.32912C12.8564 1.00289 12.8296 0.539931 12.5337 0.244075C12.2082 -0.0813583 11.6807 -0.0813583 11.3552 0.244075Z" fill="white"/></svg>');
}

.forgot_password {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    line-height: 18px;
    font-weight: 400;
}

.forgot_password:hover {
    color: #fff;
}

.authorize_btn .btn {
    color: #0C54A0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 13px;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
    border-radius: 15px;
    background: #fff;
    height: 45px;
    transition: 0.3s;
}

.authorize_btn {
    margin-bottom: 24px;
    padding: 0 15px;
}

.authorize_btn .btn:hover {
    color: #fff;
    background: #0C54A0;
}

.registration_btn {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.registration_btn .btn {
    font-size: 16px;
    color: #fff;
    background: none;
    border: none;
    text-decoration: underline;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
    padding: 0;
    line-height: 1.4;
}

#background_video_auth {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-content .content {
    z-index: 10;
}
