.valid-password span {
    color: #fff;
}

.valid-password {
    text-align: right;
}

a:focus {
    outline: none !important;
}

.contact4-title-span {
    font-size: 12px;
    text-align: center;
    margin-bottom: 25px;
}

.ums-content-login-form .ums-form-wrap-field input[type=file] {
    display: none;
}

.subtitle-frm1 {
    font-size: 12px;
    text-align: center;
    margin-bottom: 25px;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus, input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

.ums-content-login-form {
    width: 461px;
    padding: 42px 55px 40px 55px;
    margin: 0 auto;
}

.icon-user {
    text-align: center;
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
    border: 1px solid #e3e8ec;
    border-radius: 50px;
    background: #fff;
}

.icon-m {
    background: #4a7af6;
    color: #86a5ff;
    border-radius: 50px;
    height: 48px;
    width: 48px;
    margin: 26px auto;
    box-shadow: 0 0 5px 2px #d1d2d4;
}

.icon-m i {
    margin-top: 14px;
    font-size: 21px;
    opacity: 0.6;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}

.icon-user:before {
    display: none;
}

/*------------------------------------------------------------------
[  ]*/
.txt_footer2 p {
    color: #fff;
}

.ums-content-login-form .ums-form-wrap-field input {
    display: block;
    max-width: 100% !important;
    width: 100% !important;
    color: #000;
    line-height: 1.2;
    text-align: center;
    background: #fff;
    border-radius: 50px !important;
    border: none !important;
    padding: 0.75em !important;
    height: 43px;
    box-shadow: none;
}

.ums-form-wrap-field label {
    color: #fff;
}

.ums-form-label-no .ums-form-wrap-field label {
    display: none;
}

.ums-form-label-no #ums-toggle-password {
    top: 15px !important;
}

#ums-toggle-password {
    top: 42px !important;
}

.aks-file-upload-label{
    color:#000 !important;
}

.ums-form-wrap-field-checkbox {
    margin-bottom: 22px;
}

.ums-form-wrap-field-checkbox label {
    color: #fff;
    margin-bottom: 6px;
}

.ums-form-wrap-field {
    width: 100%;
    display: inline-block;
    margin-bottom: 11px;
    position: relative;
}

.ums-authentication-form-message {
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.ums-login-title-form-message {
    text-align: center;
    font-size: 1rem;
    color: #fff;
}

.ums-register-title-form-message {
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.ums-forget-title-form-message {
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.ums-verification-title-form-message {
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.select2 {
    display: block;
    width: 100%;
    color: #000;
    line-height: 1.2;
    text-align: center;
    background: #fff;
    border-radius: 50px !important;
    border: none !important;
    margin-bottom: 16px;
    height: 40px;
}

.select2:focus {
    outline: none;
    border: none;
}

.message-email-check p {
    color: #fff !important;
}

.error-check-login {
    text-align: center;
    color: red;
}

.ums-login-submit-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px !important;
    padding: 0 20px !important;
    cursor: pointer;
    min-width: 347px;
    height: 50px;
    position: inherit !important;
    line-height: 1.2;
    font-size: 16px;
    color: #fff;
    text-align: center !important;
    background: #333333;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: none;
}

.ums-login-submit-button p {
    margin: 0px !important;
    color: #fff;
}

.ums-login-submit-button b {
    font-size: 13px;
    color: #fff;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .ums-content-login-form {
        padding: 0 !important;
    }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.forgot-pass {
    display: none;
}

.link-login {
    text-align: center;
    margin-top: 25px;
}

.link-login a {
    color: #fff;
    font-weight: 200;
}

.link-login a:hover {
    text-decoration: none;
}

.c-account-box_footer1 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.c-account-box_footer1 a {
    color: #fff;
    text-decoration: none;
    font-weight: 200;
}

.btn-login-google {
    width: 100%;
    margin-top: 13px;
    border-radius: 50px;
}

.number-code {
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.title-form-authentication {
    display: none;
}

.ums-footer-login-link {
    text-align: center;
    margin-top: 25px;
}

.ums-footer-login-link a {
    color: #fff;
    text-decoration: none;
}

.ums-footer-login-link span {
    color: #fff;
}

.ums-title-form {
    display: none;
}

.select-box select {
    background: #fff !important;
    border-radius: 50px !important;
}

.ums-field-password .fas {
    top: 13px !important;
}

.ums-button-google-login a {
    border-radius: 50px !important;
}

.ums-checkbox input[type=checkbox] {
    width: 1rem !important;
    margin-left: 5px;
    height: auto !important;
}

.radio-box input[type=radio] {
    width: 1rem !important;
    margin-left: 5px;
    height: auto !important;
}

.ums-container-form .otp-input-ums-field input {
    text-align: center !important;
    font-size: 16px !important;
    padding: 6px 8px 5px !important;
}

.ums-checkbox label {
    color: #fff;
}

.ums-description-bottom-field {
    font-size: 12px;
    color: #fff;
    display: block;
}

.ums-option-inline .ums-description-bottom-field {
    clear: both;
}

.ums-form-wrap-field-captcha .ums-field-captcha {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    color: #000;
    line-height: 1.2;
    text-align: center;
    background: #fff;
    border-radius: 50px !important;
    border: none !important;
    padding: 0.75em !important;
    height: 43px;
    box-shadow: none;
    margin-right: 0 !important;
}