
.field-register-form-captcha {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    position: relative;
    background: #fff;
    border-radius: 5px;
}

.captcha_cod_register .help-block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
    position: absolute;
    bottom: -21px;
}

#registration-form #register-form-captcha {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
}

.captcha_cod_register input {
    flex: 0 0 65%;
    order: 1;
    max-width: 65%;
    border: 0 !important;
}

body {
    direction: rtl;
    text-align: right;
    font-family: IRANSansWeb, "Open Sans" !important;
}

label, a {
    /*font-weight: bold;*/
    font-size: 14px;
    text-decoration: none;
}

.page-sidebar {
    display: none;
}

.page-content {
    margin-right: 0 !important;
    margin-left: 0 !important;

}

.register-container .registerbox {
    position: relative;
    /*width: 350px !important;*/
    /*height: 500px !important;*/
    padding: 0;
    /*-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .1);*/
    /*-moz-box-shadow: 0 0 14px rgba(0, 0, 0, .1);*/
    /*box-shadow: 0 0 14px rgba(0, 0, 0, .1);*/
}

.register-container {
    position: relative;
    /*margin: 5% auto;*/
    /*max-width: 350px;*/
}

#registration-form .control-label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
}

.title-register {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
}

/*login*/

body {
    direction: rtl;
    text-align: right;
    font-family: IRANSansWeb, "Open Sans" !important;
}

label, a {
    /*font-weight: bold;*/
    font-size: 14px;
    text-decoration: none;
}

.page-sidebar {
    display: none;
}

.page-content {
    margin-right: 0 !important;
    margin-left: 0 !important;

}

.login-container {
    position: relative;
    margin: auto;
    /*max-width: 350px;*/
}

#w0 {
    position: absolute;
    top: 89px;
    width: 100%;
    text-align: center;
    direction: rtl;
}

.loginbox {
    /*background: #f5f9fb;*/
    padding: 30px 15px;
    border-radius: 5px;
}

#w0 ul {
    direction: rtl;
    margin-left: 4em;
}

.padding-70 {
    padding-top: 28px;
    /*padding-bottom: 70px;*/
}

.back-login-form {
    background: #f5f9fb;
}

.loginbox-title {
    color: #595e7e;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    /*margin-right: 126px;*/
}

.loginbox label {
    color: #595e7e;
!important;
}

.loginbox a {
    color: #595e7e;
!important;
}

.form-control {
    border: 1px solid #D9D9D9;
    /*border-radius: 16px;*/
    color: #5F5F5F;
    margin-top: 5px;
}

.btn-outline-danger {
    border: 1px solid #df773b;
    background-color: #ffe3d361;
    color: #df773b !important;
}

.btn-primary {
    /* border-color: #4839EB !important; */
    background-color: #d6e0f747 !important;
    color: #2e335f;
    font-weight: 600;
    border: 1px solid #2e335f;
    margin: 15px 0px;
}

#login-form .control-label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
}

@media (min-width: 575px) and (max-width: 768px ) {
    .login- {
        /*padding-top: 120px;*/
    }
}

@media (min-width: 768px) and (max-width: 1200px ) {
    .padding-70-register {
        /*padding-top: 30px;*/
    }
}

@media (max-width: 575px ) {
    .login- {
        /*padding-top: 120px;*/
    }
}

@media (min-width: 350px) and (max-width: 575px ) {
    .login- {
        /*padding-top: 120px;*/
    }
}

@media (max-width: 350px ) {
    .login- {
        /*padding-top: 100px;*/
    }
}

@media (max-width: 920px) {
    .img-login {
        display: none;
    }

    .form-login-box {
        background: #fbfbfb;
        box-shadow: -1px 0px 10px 0px #bdbdbd;
        margin-top: 30px;
        border-radius: 5px;
        width: auto;
    }
}

.help-block {
    color: darkred;
    font-size: 12px;
    margin-top: 3px;
}
.login-{
    background: #f7f7f7;
}
