@font-face {
    font-family: IRANSansWeb;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff');
}

body {
    background: url('../image/bg.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    font-family: IRANSansWeb;
    direction: rtl;
}

.main-form {
    height: 50%;
    text-align: center;
}

.content-form {
    max-width: calc(100vw - 20px);
    padding: 20px 40px 30px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0px 17px -3px #e4e5e7;
    text-align: center;
    margin-bottom: 25px;
    width: 480px;
}

.title-form-login {
    border-bottom: 2px solid #efebeb;
    padding-bottom: 15px;
    font-family: IRANSansWeb;
    color: #797670;
}

.title-caption {
    font-size: 14px;
    font-family: IRANSansWeb;
    color: #797670;
    margin-bottom: 0px;
    margin-top: 24px;
}

.input-login-ums {
    background-color: #f2f2f2 !important;
    border-radius: 15px !important;
    height: 45px !important;
    width: 100% !important;
    font-size: 16px !important;
    border: none !important;
    text-align: center !important;
    margin-top: 30px !important;
    font-family: IRANSansWeb;
    box-shadow: none !important;
}

.input-login-ums:focus {
    outline: none;
}

#otp-code {
    background-color: #f2f2f2 !important;
    border-radius: 15px;
    height: 45px;
    width: 100%;
    font-size: 16px;
    border: none;
    text-align: center;
    font-family: IRANSansWeb;
    box-shadow: none !important;
}

#otp-code:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 3;
}

.button-login-ums {
    background-color: #09985d;
    border-radius: 15px !important;
    height: 45px;
    width: 100%;
    border: none !important;
    text-align: center !important;
    margin-top: 25px !important;
    color: #fff !important;
    font-family: IRANSansWeb;
    font-size: 15px !important;
    cursor: pointer !important;
    margin-left: auto !important;
}
.button-login-ums[disabled] {
    background-color: #d9d9d9 !important;
    pointer-events: none;
}
.button-login-ums:focus {
    outline: none;
}

.button-login-otp {
    background-color: #09985d;
    border-radius: 15px !important;
    height: 45px;
    width: 100%;
    border: none !important;
    text-align: center !important;
    margin-top: 25px !important;
    color: #fff !important;
    font-family: IRANSansWeb;
    font-size: 15px !important;
    cursor: pointer !important;
}

.button-login-otp:focus {
    outline: none;
}

.header-form {
    position: relative;
    height: 113px;
    width: 480px;
}

.btn-back {
    float: right;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 4px 19px 7px;
    position: absolute;
    right: 0px;
    top: 70px;
}

.btn-back a {
    color: #797670;
    text-decoration: none;
    font-size: 12px;
    padding-right: 0px;
    font-family: IRANSansWeb;

}

.btn-back a i {
    padding-left: 5px;
}

.btn-back a:hover {
    text-decoration: none;
    color: #797670;
}

.form-link {
    margin-top: 20px;
    font-size: 13px;
    font-family: IRANSansWeb;
    color: #797670;
}

@media only screen and (max-width: 768px) {
    .header-form {
        width: 100%;
    }

    .content-form {
        width: 100%;
    }
}

.input-login-ums::-webkit-outer-spin-button,
.input-login-ums::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.input-login-ums {
    -moz-appearance: textfield;
}

#counter_down {
    cursor: pointer;
    font-size: 14px;
    font-family: IRANSansWeb;
    color: #797670;
    margin-top: 24px;
    display: block;
}

.btn-login-google {
    margin: 15px auto;
    padding: 6px 14px;
    border-radius: 5px;
    font-family: IRANSansWeb;
    cursor: pointer;
    color: #797670;
    width: 155px;
    text-align: center;
    border: 1px solid #c2c2c2;
    font-size: 14px;
    transition: all 200ms;
}

.btn-login-google:hover {
    color: #797670;
    text-decoration: none;
}

.uk-notification .login-otp {
    color: #ee2c53;
    font-size: 14px;
    background-color: #fefafa;
    box-shadow: 0 3px 10px rgba(238, 44, 83, .08);
    border-radius: 10px;
    padding: 20px;
    text-align: right;
}

.uk-notification .login-otp .uk-notification-close {
    color: #ee2c53 !important;
}

.uk-notification .login-otp-success {
    color: #21af20 !important;
    font-size: 14px;
    background-color: #fefafa !important;
    box-shadow: 0 3px 10px rgba(238, 44, 83, .08) !important;
    border-radius: 10px;
    padding: 20px;
}

.uk-notification .login-otp-success .uk-notification-close {
    color: #21af20 !important;
}