@import "/assets/auth/css/style.css";
@import "/assets/auth/css/fontawesome/css/all.css";
@import "/assets/auth/css/jquery-ui.css";
#regpage {
    height: 370px;
    padding-top: 30px;
    float: right;
    width: 100%;
    margin-top: 80px;
}

#registeration {
    float: right;
    width: 30%;
    margin: 20px 34%;
    padding: 0% 2%;
    border-radius: 6px;
    color: #3c3c3c;
    box-shadow: 0px 0px 10px 1px #d2d2d2;
    background: #fff;
}

#registeration .row {
    width: 100%;
}

#registeration>p {
    text-align: center;
    font-size: 15px;
    float: right;
    width: 100%;
}

#registeration>div {
    height: 32px;
    float: right;
}

#registeration>div>div {
    float: right;
    width: 38%;
    font-size: 13px;
    margin-left: 5px;
}

#passnote {
    width: 57%;
    float: left !important;
    margin: -7px 0;
}

#registeration>div>div>span {
    font-size: 13px;
    color: #f00;
}

#registeration>div>input {
    height: 20px;
    float: left;
    border: 1px solid #ccc;
    outline: none;
    width: 57%;
    text-align: center;
    font-size: 12px;
    font-family: IRANSans;
    border-radius: 4px;
    margin: 0;
}

#registeration>div>#capcha {
    width: calc(5.5vw)!important;
    margin-left: 4px;
}

#registeration>div>#refresh {
    margin: 7px 0 0px 6px;
    border: none;
    cursor: pointer;
}

#capcha {
    direction: ltr;
    width: 80px !important;
    margin-left: 6px;
    height: 28px !important;
    float: right;
    text-align: center;
}

#registeration>div>img {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    max-width: 31%;
}

.reg_error {
    color: #f00;
    border: 1px solid #f00 !important;
}

#passnote {
    text-align: center;
    font-size: 11px;
    margin-right: 130px;
    margin-top: -7px;
    color: #737373;
    margin-bottom: -10px;
}

#changeusername {
    text-align: justify !important;
    font-size: 12.5px !important;
    background: none !important;
    color: #f00 !important;
}

#changeusername a {
    text-decoration: none;
}

#registeration .forget {
    float: right;
    text-decoration: none;
    color: #ff0000;
    font-size: 13px;
    margin-bottom: 10px;
}

#registeration .go_register {
    float: left;
    text-decoration: none;
    color: #00f;
    font-size: 13px;
    margin-bottom: 10px;
}

.show_more,
.show_more2 {
    text-align: center;
    width: 130px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px;
    margin: 10px auto;
    background: #f1f1f1;
}

#regpage .code_note {
    font-size: 13px;
    text-align: center;
    height: 50px;
}

#regpage .error {
    text-align: center;
    font-size: 13px;
    color: #f00;
}

#regpage #countdown {
    height: 22px;
    float: right;
    margin: 0 27.5% 15px;
    width: 42%;
    text-align: center;
    padding: 2px 1%;
    font-size: 12px;
}

#regpage #countdown_note {
    display: none;
    height: auto;
    font-size: 14px;
    text-align: justify;
    color: #0362d0;
    margin: 0 0 15px;
}

@media (max-width:768px) {
    #registeration {
        width: 50%;
        margin: 20px 25%;
    }
    #registeration>div>#capcha {
        width: calc(49% - 102px) !important;
    }
}

@media (max-width:600px) {
    #registeration {
        margin: 20px 8%;
        width: 80%;
    }
}

@media (max-width:600px) {
    #registeration>div>div {
        width: 27%;
    }
    #registeration>div>#capcha {
        width: calc(61% - 102px) !important;
    }
}


/* new */

body {
    background: #fff !important;
}

.login-page,
.register-page {
    width: 94vw;
    height: 89vh;
    margin: 5vh auto;
    background: #d6d6d6;
    direction: rtl;
}

.login-form,
.login-img,
.register-form,
.register-img {
    float: right;
    width: 49%;
}

.login-logo,
.register-logo {
    position: relative;
    background: url(../../images/banners/logo.png) no-repeat;
    z-index: 2;
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 auto;
}

.login-logo span,
.register-logo span {
    position: relative;
    right: 21%;
    top: 14%;
    line-height: 20px;
}

.login-img,
.register-img {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.login-form-part {
    width: 60%;
    margin: 16% auto;
}

.register-form-part {
    width: 60%;
    margin: 7% auto;
}

p.login-title,
p.register-title {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}

.login-form-part input,
.register-form-part input {
    width: 90%;
    height: 53px;
    border: none;
    padding: 0 5%;
    font-size: 20px;
}

.row {
    width: 100%;
    display: block;
    line-height: 35px;
    margin-bottom: 3%;
}

.register-form-part .row {
    margin-bottom: -4%;
}

input#capcha {
    width: 47% !important;
    height: 53px !important;
    padding: 0;
}

.capcha-img {
    width: 45%;
    background: #fff;
    display: inline-block;
    border-radius: 4px;
    height: 53px;
    text-align: center;
}

img#capchaimg {
    margin: 0 auto;
    position: relative;
    top: 19%;
}

img#refresh {
    width: 25px;
    margin-top: 13px;
}

.btn-login,
.btn-register {
    background: #59b89d;
    color: #fff;
    float: left;
    height: 53px !important;
    width: 40% !important;
    border-radius: 4px;
    border: none;
    font-size: 17px;
    font-family: IRANSans;
}


.btn-show-password-login {
    background: #f5a235;
    color: #fff;
    float: right;
    height: 53px !important;
    width: 40% !important;
    border-radius: 4px;
    border: none;
    font-size: 17px;
    font-family: IRANSans;
   
}

.btn-register {
    margin-top: 3%;
}

.login-form-part .row #label,
.register-form-part .row #label {
    font-weight: 600;
    position: relative;
    top: 16px;
    right: 4%;
    font-size: 18px;
}

.page_login_2 {
    display: none;
}

.user-part {
    display: flex;
    width: 100%;
}

.user-text {
    display: inline-block;
    width: 60%;
}

.user-img {
    width: 30%;
}

.back-user {
    width: 10%;
    align-items: center;
    padding-top: 7%;
    text-align: left;
}

#submitdiv {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 3%;
}

a.forget {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 5%;
    color: #198ebf;
    cursor: pointer;
}

.code_note {
    font-size: 15px;
    margin: 5% 0;
}

div#countdown {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4%;
}

p.p1,
#countdown,
#countdown_note {
    color: #0e591a;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

p.p2 {
    font-size: 14px;
    text-align: center;
}

input#checkbox_password,
input#recheckbox_password {
    width: 50px;
    position: relative;
    top: -55px;
    opacity: 0;
    margin-right: -55px;
    z-index: 20;
}

#hide_password,
#show_password,
#rehide_password,
#reshow_password {
    position: relative;
    top: -68px;
    margin-right: 13px;
    display: none;
    width: 25px;
}

#show_password,
#reshow_password {
    display: inline-block;
}

.row_password {
    height: 90px;
}

@media (max-width: 767px) {
    body {
        background: #d6d6d6;
    }
    .login-page {
        flex-direction: column;
        background-color: #d6d6d6;
        align-items: center;
        /* padding: 20px; */
    }

    .login-img {
        display: none;
    }

    .login-form {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .login-form-part {
        width: 100%;
        max-width: 360px;
    }

    .login-logo {
        margin: 0 auto 20px auto;
        text-align: center;
    }
    .login-logo span, .register-logo span {
        position: relative;
        right: 5%;
        top: 14%;
        line-height: 20px;
    }
    .login-title {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .row {
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
    }

    .row input[type="text"],
    .row input[type="password"] {
        padding: 10px;
        font-size: 16px;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

    .btn-login,
    .btn-register,
    .btn-show-password-login {
        padding: 10px;
        font-size: 16px;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
    }

    .btn-login {
        background-color: #4db6ac;
        color: #fff;
    }

    .btn-show-password-login {
        background-color: #fbb040;
        color: #fff;
    }
}