.create_account-captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s;
}

.create_account-captcha .captha_text {
    margin: 0 1rem;
    white-space: nowrap;
}

.create_account-captcha .captcha_reload_icon {
    color: #999;
    cursor: pointer;
}

.create_account-captcha .captcha_reload_icon i {
    transition: all 0.2s ease-in-out;
}

.create_account-captcha .captcha_reload_icon:hover i {
    color: #000;
}

.background_video_wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#background_video_auth {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-content .content {
    z-index: 10;
}