body {
    height: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s;
}

.page-content {
    background: url(img/bg.jpg);
    background-position: center;
    background-size: cover;
}

.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;
}

.main_container {
    border-radius: 20px;
    background: linear-gradient(157deg, rgba(12, 204, 220, 0.50) 0%, rgba(28, 218, 206, 0.50) 100%);
    max-width: 320px;
    border: none;
    margin: 0 auto;
    backdrop-filter: blur(5px);
}

.main_container > .card-body {
    padding: 40px 10px;
}

.title_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    color: #fff;
    margin-bottom: 45px;
}

.title_container h5 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
}

.title_container span {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.email_container {
    max-width: 280px;
    margin: 0 20px;
}

.email_container input {
    background: none;
    border: none;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    padding: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 45px;
}

.email_container input::placeholder {
    color: #fff;
}

.email_container .form-control-feedback {
    padding-left: 0;
    top: auto;
    bottom: 6px;
}

.form-group-feedback-left .form-control {
    padding-left: 2rem;
}

.form-group-feedback .title_input {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    line-height: 18px;
    font-weight: 300;
}

.forgot_password_btn {
    background: #fff;
    border: none;
    color: var(--primary) !important;
    max-width: 254px;
    margin: 0 auto;
    border-radius: 15px;
    transition: 0.3s;
    font-size: 16px;
}

.forgot_password_btn:hover {
    background: var(--primary);
    color: #fff !important;
}

#background_video_auth {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-content .content {
    z-index: 10;
}

#multilang-choose {
    padding-right: 25px;
}