* {
    font-family: opencart;
}

body,
html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    direction: rtl;
    font-size: 14px;
}



.color-verify-code-send {
    color: #049c37;
}

.color-login-password {
    color: #0ebfdf;
}

.bodyBox-color-label {
    color: #111;
}

.color-btn-submit {
    color: #fff;
}

.headerBox-color-title-box {
    color: #337ab7;
}

.bg-color-btn-submit {
    background-color: #337ab7;
}

.captcha-box .col-sm-10 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.captcha-box .col-sm-10 input{
    width: 50%;
}

.field-icon {
    margin-top: 10px;
    margin-right: -32px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.position-relative {
    position: relative;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.login-mobile::before {
    content: "";
    display: table;
    clear: both;
}

.login-mobile {
    height: 100%;
    width: 100%;
}

.login-mobile::after {
    content: "";
    display: table;
    clear: both;
}

.login-mobile .login-mobile-box {
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 30px;
    width: 380px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 100px auto;
    /* height:370px; */
    box-shadow: -3px 9px 20px 5px #ebebeb;
}

.login-mobile .login-mobile-box .footer-box p {
    line-height: 1.7;
}

.login-mobile .login-mobile-box .header-box h2 {
    margin-top: 5px;
    font-size: 35px;
}

.login-mobile .login-mobile-box .form-input {
    padding: 9px 12px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    font-size: 1rem;
    line-height: 24px;
    width: 100%;
    color: #030a16;
    box-sizing: border-box;
    direction: ltr;
}

#input-number-verifyCode {
    letter-spacing: 30px;
    text-align: center;
}

.login-mobile .login-mobile-box input:focus,.login-mobile .login-mobile-box input:focus-visible {
    border: 1px solid #008eb2;
    outline: none;
}

.login-mobile .login-mobile-box .btn-submit {
    padding: 9px 12px;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 24px;
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
}

.text-d,.text-danger {
    color: #ef4056;
}

.text-s {
    color: #01d42f;
}

.text-center {
    text-align: center;
}

.text-r {
    text-align: right;
}

.text-left {
    text-align: left;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.font-weight-bold {
    font-weight: bold;
}

.line-height {
    line-height: 1.6;
}

.back-to-login {
    text-decoration: none;
    float: right;
    margin-top: -18px;
}

.error {
    margin: -8px 15px 15px 15px;
}


@media (max-width: 570px) {
    .login-mobile .login-mobile-box {
        width: 70%;
        margin: 100px auto;
    }
    .captcha-box .col-sm-10 {
        flex-direction: column;
    }
    .captcha-box .col-sm-10 input {
        margin: 5px 0 10px 0;
    }
}

@media (max-width: 350px) {
    .login-mobile .login-mobile-box {
        width: 70%;
        margin: 70px auto;
    }
}