.ums-form-wrap-field label {
    display: block;
    font-size: 15px;
}
.ums-form-wrap-field input {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    background: inherit;
}
.ums-form-wrap-field input:focus-visible {
    outline: none !important;
}

.ums-register-title-form-message{
    margin-bottom: 15px;
}

.ums-form-wrap-field-button input {
    width: 100%;
    border-radius: 5px;
}
.ums-form-wrap-field span.error {
    color: red;
    margin-top: 5px;
    display: block;
}
.ums-footer-login-link a {
    text-decoration: none !important;
    font-size: 14px;
}
.ums-form-wrap-field .fas {
    position: absolute;
    top: 13px;
    font-size: 16px;
    right: 14px;
}
.alert-wrapper {
    z-index: 99999 !important;
}
.alert-wrapper .alert-title {
    margin-bottom: 8px !important;
}
.ums-container-form {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.ums-login-form-popup .ums-container-form {
    height: 100vh;
}
.ums-return-home-url {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 9999;
}
.ums-return-home-url a {
    background: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.ums-return-home-url a:hover {
    color: #000;
}
.ums-ft-register span {
    display: none;
}
.ums-form-wrap-field-checkbox input {
    transform: scale(1.3);
    padding: 5px;
    border: none;
    background: -webkit-linear-gradient(#fff, #fff);
    border-radius: 4px;
    width: 13px !important;
    height: 13px !important;
    box-shadow: none;
    position: relative;
    top: 3px;
    -webkit-appearance:auto

}
.ums-form-wrap-field-checkbox input::after{
    content: none;
}
.ums-form-wrap-field-checkbox input:focus {
    outline: none !important;
}
@media screen and (max-width: 768px) {
    .ums-return-home-url {
        position: unset !important;
        text-align: center;
        margin: 20px;
    }
}
#login-otp-code {
    margin-top: 18px;
}
.toast-frame .toast-message {
    margin-right: 6px !important;
    margin-left: 15px !important;
}
.iti__country-list {
    direction: ltr;
}
.iti {
    direction: ltr;
}
.iti--allow-dropdown {
    width: 100%;
}
.iti__flag-container {
    display: none;
}
.iti__country{
    font-size: 14px;
}
#ums-preloder-form {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    opacity: 0.9;
    background: #000000b0;
}
#ums-preloder-form canvas {
    width: 240px;
    height: 240px;
}
#ums-preloder-form p {
    position: absolute;
    top: 60%;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 15px;
}

#ums-preloder-form img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -34px;
    width: 90px;
}

.error-bg {
    background: #e52338 !important;
}
.alert-button {
    color: #fff !important;
}
.ums-login-field .fa-eye {
    display: block !important;
}
.resend-otp {
    display: none;
}
.ums-option-inline {
    display: inline-block;
}
.ums-option-inline .option-checkbox,
.ums-option-inline .option-radio {
    display: inline-block;
    float: left;
    margin-left: 8px;
}
.radio-box .option-radio label,
.ums-checkbox .option-checkbox label {
    display: inline !important;
}
.otp-input-ums-field {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.ums-container-form .otp-input-ums-field input {
    margin-left: 10px !important;
    text-align: center !important;
    font-weight: 800 !important;
    font-size: 16px !important;
}
.radio-box div,
.ums-checkbox div {
    margin-right: 0;
    line-height: 1.3;
    vertical-align: middle;
    margin-bottom: 10px;
}
.select-box select {
    width: 100%;
    padding: 10px !important;
    border-radius: 5px !important;
    cursor: pointer;
    max-width: 100% !important;
    height: auto;
}
.select-box select:focus-visible {
    outline: none;
}
.ums-form-wrap-field .required {
    color: red;
}
.resend-otp-register {
    display: none;
}
.ums-field-password {
    position: relative;
}
.ums-terms-register .required {
    color: red;
}
.ums-terms-register label span {
    font-size: 13px;
}
.ums-terms-register label span a {
    text-decoration: none !important;
}
.ums-form-wrap-field .ums-field-heading {
    font-weight: 600;
}
.ums-form-wrap-field .ums-field-heading.ums-heading-text-center {
    text-align: center;
}
.ums-form-wrap-field .ums-field-heading.ums-heading-text-right {
    text-align: right;
}
.ums-form-wrap-field .ums-field-heading.ums-heading-text-left {
    text-align: left;
}
.ums-form-wrap-field-button a {
    text-decoration: none !important;
}
.ums-button-google-login-icon {
    background: url(../img/google.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.ums-button-google-login a {
    cursor: pointer;
    display: block;
    width: 100%;
    outline: 0;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    text-decoration: none !important;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 25px;
    border-radius: 4px;
    padding: 10px 15px;
    background-color: #fff;
    color: #3d4145;
    text-align: center;
    margin: 14px auto;
}
.ums-dokan-seller-url .text-success {
    font-size: 13px;
    color: green;
}
.ums-dokan-seller-url .text-danger {
    color: red;
    font-size: 13px;
}
.ums_load_overlay {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    background-color: rgba(6, 6, 6, 0.8);
    z-index: 99998;
}
.ums-login-form-popup {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99998;
}
.ums-close-popup-login {
    position: absolute;
    left: 25px;
    top: 20px;
    font-size: 25px;
    background: url(../img/close.png) no-repeat;
    width: 24px;
    height: 24px;
}
.ums-close-popup-login:hover {
    color: #fff;
}
.ums-button-pop-up-login {
    background: blue;
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.aks-file-upload-content label {
    display: block !important;
}
.ums-login-form-popup .ums-container-form {
    overflow-y: auto;
}
.ums-login-form-popup .ums-container-form::-webkit-scrollbar {
    width: 0;
}
.ums-login-form-popup .ums-container-form::-webkit-scrollbar-track {
    border-radius: 10px;
}
.ums-login-form-popup .ums-container-form::-webkit-scrollbar-thumb {
    background: #e6ebf5;
    border-radius: 10px;
}
.ui-datepicker {
    z-index: 99999;
}
#terms-register {
    margin-left: 1px !important;
}
.ums-form-wrap-field-button button p {
    margin-bottom: 0 !important;
}

.g-recaptcha > * {
    margin: 0 auto 8px;
    text-align: center;
}

