a:hover {
    text-decoration: none;
}

html {
    background-color: #ebf0f7;
}

body {
    font-family: Vazir;
    background-color: #ebf0f7;
    direction: ltr !important;
    height: 100%;
}

.ums-container-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.ums-main-form {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 1px 1px 8px 1px #dfe7f4;
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
    width: 980px;
}

.layout-img {
    width: 50%;
    background-color: #3a47f4;
    text-align: center;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    position: absolute;
    height: 100%;
    float: left;
}

.layout-img img {
    margin: 0 auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.layout-form {
    width: 50%;
    float: right;
    margin-right: 42px;
    margin-top: 27px;
}

.layout-form h3 {
    font-size: 20px;
}

.layout-form .layout-form-title p {
    color: #999999;
    font-size: 13px;
    font-weight: 300;
}

.layout-form form {
    padding-left: 85px;
    padding-right: 20px
}

.layout-form form .input-form {
    width: 96%;
    height: 65px;
    background-color: #f2f6fb;
    border-radius: 8px;
    border: none !important;
    font-family: Vazir;
    margin-bottom: 20px;
    padding-left: 15px;
    color: #636363;
    font-size: 14px;
    font-weight: 300;
}

.layout-form form .input-form:focus {
    outline: none;
}

.layout-form-title {
    margin-bottom: 25px;
    margin-top: 36px;
    padding-left: 85px
}

.layout-form-btn {
    background-color: #3a47f4 !important;
    border: none !important;
    text-align: center !important;
    width: 100% !important;
    height: 65px !important;
    color: #fff !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.contact100-form-checkbox .input-checkbox100 {
    display: inline-block !important;
}

.contact100-form-checkbox {
    margin-bottom: 22px;
}

.layout-form-btn:focus {
    outline: none;
}

.btn-login-google {
    margin: 15px auto;
    padding: 11px 14px;
    border-radius: 8px;
    cursor: pointer;
    color: #9eaabd;
    width: 155px;
    text-align: center;
    border: 2px solid #dce3ee;
    font-size: 14px;
    transition: all 200ms;
    font-weight: 400;
}

.btn-login-google:hover {
    color: #9eaabd;
}

.btn-login-otp {
    margin: 15px auto;
    padding: 11px 34px 11px 14px;
    border-radius: 8px;
    cursor: pointer;
    color: #9eaabd;
    width: 195px;
    text-align: center;
    border: 2px solid #dce3ee;
    font-size: 14px;
    transition: all 200ms;
    font-weight: 400;
    position: relative;
}

.btn-login-otp:hover {
    color: #9eaabd;
}

.btn-login-otp i {
    position: absolute;
    right: 71px;
}

.layout-form .btn-footer {
    text-align: center;
    margin: 25px auto 25px;
    padding-left: 62px;
}

.layout-form .btn-footer p {
    color: #9a9a9a;
    margin-bottom: 30px;
}

.layout-form .btn-login-otp i {
    font-size: 22px;
}

.layout-form .btn-login-google i {
    font-size: 22px;
}

.layout-form form label {
    color: #9a9a9a;
    font-size: 13px;
    position: absolute;
    top: 4px;
    left: 29px;
}

.layout-form form .label-checkbox100 {
    position: unset;
}

.layout-form form input[type="radio"], form input[type="checkbox"] {
    margin-left: 0.5em;
    margin-top: 0.5em;
    border: 1px solid #9a9a9a;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(1.7);
    padding: 5px;
    border: 1px solid #dce3ee;
    background: -webkit-linear-gradient(#fff, #fff);
    border-radius: 4px;
    -webkit-appearance: none;
    width: 15px !important;
    height: 15px !important;
}

.layout-form form input[type=checkbox]:checked {
    background: #3a47f4;
    outline: none;
    border: 1px solid #3a47f4;
}

.layout-form form input[type=checkbox]:focus {
    outline: none;
}

.layout-form .remberme-form {
    margin: 5px 0 35px;
    position: relative;
    font-weight: 300;
}

.layout-form .remberme-form .btn-logout-form {
    text-align: left;
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 300;
    float: right;
}

.link-register-form {
    margin-top: 55px;
    width: 100%;
    text-align: center;
    padding-left: 25px;
    margin-bottom: 25px;
}

.link-register-form p {
    color: #606060;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 0px;
}

.link-register-form a {
    color: #3a47f4;
    font-size: 13px;
    padding-right: 5px;
    font-weight: bold;
}

.ums-recaptcha {
    margin: 17px auto;
    position: relative;
    display: table;
}

.ums-form-error {
    padding-right: 49px;
}

.valid-password {
    margin-bottom: 23px;
}

@media (max-width: 768px) {
    .layout-img {
        display: none;
    }

    .layout-form {
        width: 100%;
    }

    .btn-login-otp {
        width: 90%;
        display: inline-block;
    }

    .btn-login-google {
        width: 96%;
        display: inline-block;
    }
}

input[type="date"]::after {
    color: #636363;
    content: attr(placeholder) ": ";
    direction: rtl;
}

input[type="date"]:focus::after {
    content: "" !important;

}