.body-ums-login {
    background-color: #e0e4f3
}

.ums-content-login-form {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px
}

body.ums-theme-full-form .ums-container-form {
    justify-content: start !important;
    align-items: center;
    flex-direction: row !important
}

body.ums-theme-full-form .ums-content-login-form {
    background: #fff;
    border-radius: 0 !important;
    height: 100vh;
    overflow-x: hidden
}

body.ums-theme-full-form .ums-return-home-url {
    position: absolute;
    right: 25px;
    top: 20px;
    background: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    color: #000;
    text-decoration: none;
    font-size: 16px
}

.theme-box-image img {
    display: flex;
    width: 550px;
    background-repeat: no-repeat;
    justify-content: flex-start;
    align-items: flex-start;
    background-size: cover;
    border-radius: 15px;
    height: 660px
}

.ums-wrapper-form {
    width: 460px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px
}

.ums-wrapper-form::-webkit-scrollbar {
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.ums-wrapper-form::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.ums-wrapper-form::-webkit-scrollbar-thumb {
    background-color: #aaa;
    right: 2px
}

.ums-wrapper-form::-webkit-scrollbar-thumb:hover {
    background-color: #aaa
}

.ums-title-form {
    font-size: 22px;
    font-weight: 800;
    color: #1d1d3b;
    display: block;
    text-align: center
}

#ums-forget-form .ums-title-form {
    margin-bottom: 25px;
    display: block
}

.ums-login-title-form-message,
.ums-register-title-form-message,
.ums-verification-title-form-message {
    font-size: 13px;
    color: #919bac;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 45px
}

.logo-theme {
    display: block;
    text-align: center
}

.ums-form-wrap-field {
    margin-bottom: 15px;
    width: 100%;
    position: relative
}

.ums-form-wrap-field-checkbox {
    margin-bottom: 30px
}

#register-btn {
    color: #efba08 !important;
    font-size: 14px;
    font-weight: 600
}

.otp-input-ums-field input,
.ums-form-wrap-field .umss-form-control {
    background: #f4f8fa !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px;
    color: #919bac;
    height: 53px;
    padding: 0 11px
}

.ums-form-wrap-field .umss-form-control::placeholder,
.ums-form-wrap-field-captcha input::placeholder {
    color: #8b9aaf
}

.otp-input-ums-field input:focus,
.ums-form-wrap-field .umss-form-control:focus,
.ums-form-wrap-field-captcha input:focus {
    box-shadow: none
}

.ums-form-wrap-field-captcha input {
    background: #f4f8fa !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px;
    color: #595870;
    height: 53px;
    padding: 0 11px;
    width: 100%
}

.ums-form-wrap-field textarea {
    padding: 7px !important;
    height: auto !important
}

.ums-form-wrap-field label,
.ums-form-wrap-field-checkbox label {
    font-size: 14px;
    color: #000;
    margin-bottom: 9px;
    font-weight: 600
}

.ums-description-bottom-field {
    font-size: 13px;
    color: #99a1b7;
    display: block;
    margin-top: 8px
}

.ums-login-submit-button {
    background: #1e1d2d;
    width: 100%;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
    height: 53px;
    color: #fff;
    border: none;
    cursor: pointer;
    float: none !important;
}

#password-recovery-submit button {
    margin-bottom: 10px
}

.ums-login-submit-button:focus,
.ums-login-submit-button:hover {
    background: #1e1d2d;
    color: #fff
}

html .ums-button-google-login {
    background: #efba082e;
    border-radius: 15px;
    height: 53px;
    color: #efba08;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    margin-top: 20px
}

.ums-items-method {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.ums-footer-login-link {
    text-align: center;
    margin-top: 30px
}

.ums-ft-forgetpass {
    text-align: right !important
}

#forgetpass-btn {
    cursor: pointer
}

.ums-footer-login-link a {
    color: #919bac;
    font-size: 13px;
    font-weight: 600
}

.ums-ft-register span {
    display: inline-block;
    color: #919bac;
    font-size: 14px;
    font-weight: 600
}

.time-resend {
    color: #9d9eaf;
    font-size: 14px;
    height: 53px;
    padding-top: 11px
}

.select-box select {
    background-color: #f4f8fa;
    border-radius: 8px !important;
    width: 100% !important;
    font-size: 13px;
    border: none !important;
    appearance: inherit !important;
    height: 56px
}

.ums-checkbox .option-checkbox input[type=checkbox],
.ums-form-wrap-field-checkbox input[type=checkbox] {
    width: 20px !important;
    height: 20px !important;
    background-color: #f4f8fa;
    border-radius: 5px !important;
    border: 1px solid #e3eafb !important;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
    padding: 0;
    transform: none
}

.radio-box .option-radio input[type=radio] {
    width: 19px !important;
    height: 19px !important;
    background-color: #f4f8fa;
    border: 1px solid #e3eafb !important;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
    padding: 0;
    transform: none
}

.option-radio,
.ums-checkbox .option-checkbox,
.ums-form-wrap-field-checkbox {
    display: flex !important;
    align-items: center;
    gap: 7px
}

.ums-form-wrap-field-checkbox label {
    height: 19px;
    margin-bottom: 0
}

.ums-checkbox .option-checkbox input:checked::after,
.ums-form-wrap-field-checkbox input[type=checkbox]:checked::after {
    content: "\2713";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3e8cf2;
    width: 20px;
    border-radius: 5px;
    height: 20px;
    border: 1px solid #3e8cf2 !important
}

.radio-box .option-radio input:checked::after {
    content: "";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3e8cf2;
    width: 19px;
    border-radius: 50%;
    height: 19px;
    border: 1px solid #3e8cf2 !important
}

.option-radio label,
.ums-checkbox .option-checkbox label {
    height: 7px
}

.aks-file-upload {
    border: 2px #e3eafb dashed !important;
    box-shadow: none !important
}

.btn-login-google {
    background: 0 0 !important
}

.ums-field-error {
    color: #ef3e41;
    font-size: 13px
}

html .ums-form-wrap-field .umss-form-control.error-field {
    border: 1px solid #ef3e41 !important;
    background-color: #fdf3f3 !important
}

.login-methode-user {
    display: flex;
    align-items: center;
    justify-content: center
}

.login-methode-user #login-otp-code {
    width: 100%
}

.login-methode-user .ums-ft-forgetpass {
    width: 100%;
    text-align: center !important
}

body.body-ums-login.ums-dark-theme {
    background-color: #1d1b1f !important
}

body.ums-dark-theme .ums-content-login-form {
    background-color: #18181a !important
}

body.ums-dark-theme .btn-login-google,
body.ums-dark-theme .ums-title-form {
    color: #fff !important
}

body.ums-dark-theme #login-otp-code a,
body.ums-dark-theme .ums-description-bottom-field,
body.ums-dark-theme .ums-footer-login-link a,
body.ums-dark-theme .ums-form-wrap-field label,
body.ums-dark-theme .ums-form-wrap-field-checkbox label,
body.ums-dark-theme .ums-ft-register span,
body.ums-dark-theme .ums-login-title-form-message,
body.ums-dark-theme .ums-register-title-form-message,
body.ums-dark-theme .ums-verification-title-form-message {
    color: #727176 !important
}

body.ums-dark-theme .otp-input-ums-field input,
body.ums-dark-theme .select-box select,
body.ums-dark-theme .ums-form-wrap-field .umss-form-control,
body.ums-dark-theme .ums-form-wrap-field-captcha input {
    background: #1d1d1f !important;
    color: #fff !important
}

body.ums-dark-theme .ums-form-wrap-field .umss-form-control::placeholder,
body.ums-dark-theme .ums-form-wrap-field-captcha input::placeholder {
    color: #888 !important
}

body.ums-dark-theme .aks-file-upload {
    background: 0 0 !important;
    border: 2px dashed #ffffffb3 !important;
    color: #fff !important
}

body.ums-dark-theme #ums-preloder-form img {
    filter: unset !important
}

body.ums-dark-theme #ums-preloder-form {
    background: #18181a !important
}

html body.ums-dark-theme .ums-button-google-login {
    background: #1d1d1f !important
}

body.ums-dark-theme .ums-password-meter .ums-password-meter-line {
    background: #10141a !important
}

body.ums-dark-theme .ums-login-submit-button {
    background: #444ed2 !important
}

body.ums-dark-theme .ums-otp-google-account::before {
    background: #292b2f !important
}

body.ums-dark-theme .ums-otp-google-account::after {
    border: 3px solid #161d27 !important;
    background: #292b2f !important
}

body.ums-dark-theme .ums-form-wrap-field .fas {
    color: #5e5b5f !important
}

body.ums-dark-theme .radio-box .option-radio input[type=radio],
body.ums-dark-theme .ums-checkbox .option-checkbox input[type=checkbox],
body.ums-dark-theme .ums-form-wrap-field-checkbox input[type=checkbox] {
    border: none !important
}

@media (max-width:768px) {
    .theme-box-image {
        display: none
    }

    .ums-content-login-form {
        width: 100%
    }

    .ums-container-form {
        padding: 10px
    }

    .ums-wrapper-form {
        width: 100%
    }
}