html {
    font-size: 100%
}

#psy-step {
    text-align: center
}

.content-loginyar {
    width: 100%;
    direction: rtl
}

.content-loginyar a {
    color: #384047
}

.content-loginyar a:focus,.content-loginyar a:hover {
    text-decoration: none
}

.content-loginyar .alert p {
    margin-bottom: 0
}

.psy-helpText {
    font-size: .785rem;
    color: #646464;
    line-height: 1.4
}

#psy-errors.psy-helpText p {
    font-size: .75rem;
    color: #ff0613;
    line-height: 1.4
}

#psy-smartlogin:before {
    content: "";
    width: 95%;
    position: absolute;
    bottom: -7px;
    height: 7px;
    background: #979797;
    text-align: center;
    right: 3%;
    left: auto;
    /* border-top: 1px solid #ef4538; */
    border-radius: 0 0 15px 15px;
}

#psy-smartlogin {
    background: #fff;
    width: 100%;
    max-width: 450px;
    margin: 50px auto;
    padding: 20px 40px 40px;
    box-shadow: 0 .5rem 1.9rem 0 rgba(0,0,0,.11);
    border-radius: 15px;
    position: relative
}

#psy-smartlogin h4 {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 2.6rem;
    color: #232323;
    text-align: center
}

.psy-form-group {
    margin-bottom: 10px
}

.psy-form-group.psy-form-btn {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px
}

#psy-smartlogin .form-group label {
    color: #232323;
    text-align: right;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 4px
}

#psy-smartlogin .form-group label.psy-required::after {
    color: red;
    font-size: 14px;
    padding-right: 4px;
    content: '*'
}

#psy-smartlogin .form-group .input-group {
    display: block
}

#psy-smartlogin .form-control {
    background: #fff;
    color: #232323;
    border: 1px solid #c8c8c8;
    line-height: 1.25!important;
    min-height: 34px;
    font-size: 13px;
    width: 100%;
    border-radius: 25px
}

#psy-smartlogin .form-control:focus {
    outline: none;
    box-shadow: inset 0 0 3px #a9a9a9;
    border: 1px solid #a9a9a9
}

#psy-smartlogin input[type=number],#psy-smartlogin input[type=email],input.psy-always-ltr {
    text-align: left
}

#psy-steps {
    position: relative
}

#psy-step,#psy-step-ajax {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

#psy-step-ajax.current {
    visibility: visible;
    opacity: 1;
    transform: translateX(0)
}

#psy-step-ajax.next {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%)
}

.content-loginyar .prev {
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    visibility: hidden;
    opacity: 0
}

.psy-btn-smartlogin {
    color: #fff;
    background-color: #418dcb;
    border-color: #418dcb;
    border-radius: 25px!important;
    width: 100%
}

.psy-btn-smartlogin:focus,.psy-btn-smartlogin:active,.psy-btn-smartlogin.active,.psy-btn-smartlogin:hover,.psy-btn-smartlogin.active.focus,.psy-btn-smartlogin.active:focus,.psy-btn-smartlogin.active:hover,.psy-btn-smartlogin:active.focus,.psy-btn-smartlogin:active:focus,.psy-btn-smartlogin:active:hover,.psy-btn-smartlogin:not(:disabled):not(.disabled):active,.psy-btn-smartlogin:not(:disabled):not(.disabled).active {
    background-color: #ef4538;
    border-color: #ef4538;
    box-shadow: none
}

.psy-page-not-header {
    background: #f3f3f3;
}

.psy-page-not-header #wrapper {
    box-shadow: none
}

.psy-page-not-header #psy-smartlogin {
    margin-top: 100px
}

#psy-logo {
    padding: 1.5rem .5rem;
    margin-bottom: 1rem
}

#psy-logo a {
    display: block;
    text-align: center;
    margin-bottom: 1rem
}

#psy-logo a img {
    max-width: 200px
}

.content-loginyar.show-logo #psy-smartlogin {
    margin-top: 0
}

.psy-verify-form .psy-form-group input.psy-always-ltr,#psy-step .psy-form-group input.psy-always-ltr {
    text-align: center
}

#psy-step .psy-form-group input.psy-always-center {
    text-align: center
}

#psy-step .psy-form-group.psy-form-btn {
    text-align: center
}

#psy-step .psy-login-form .psy-form-group.psy-form-btn,#psy-step .psy-login-password .psy-form-group.psy-form-btn {
    text-align: left
}

#psy-step .psy-login-password #psy-show-form {
    float: right;
    font-size: 12px
}

#psy-show-username {
    float: left;
    font-weight: 700
}

.psy-message-login-otp,.psy-message-register,.psy-message-login-password {
    text-align: center;
    margin-top: 50px
}

.psy-message-login-otp a,.psy-message-register a,.psy-message-login-password a {
    font-size: 13px;
    font-weight: 700;
    color: #418dcb;
}

#psy-show-form {
    font-weight: 700;
    cursor: pointer
}

#psy-resend {
    float: right;
    position: relative
}

#psy-countdown-content {
    padding: 10px 35px 10px 10px;
    color: #646464;
    font-size: 14px;
    position: relative
}

@keyframes psycircletimer {
    0% {
        stroke-dashoffset: 80;
        stroke-dasharray: 80
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 80
    }
}

#psy-countdown {
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px
}

#psy-countdown svg {
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%) rotateZ(-90deg)
}

#psy-countdown svg .psy-circle {
    stroke: #646464;
    stroke-width: 2;
    fill: transparent;
    stroke-dashoffset: 80;
    stroke-dasharray: 0;
    animation: 10s psycircletimer linear
}

#psy-timer {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    color: #646464;
    font-size: 13px;
    font-weight: 500;
    transform: translate(-50%,-50%)
}

#psy-timer i {
    position: absolute;
    top: -6px;
    right: -3px
}

#psy-resend-btn {
    display: none
}

.psy-welcome {
    text-align: center
}

.psy-welcome .icon-header {
    margin: 0 auto 30px;
    background: #bbc54a;
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 50%
}

.psy-welcome i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 25px;
    color: #6c7624
}

.js-modal-content .icon-header:before,.content-loginyar .icon-header:before {
    display: none
}

.psy-vertical-line {
    display: inline-block;
    height: 20px;
    width: 2px;
    background-color: #cbcbcb;
    vertical-align: middle;
    margin: auto 5px
}

#header .header-nav .user-info .logout {
    margin-right: .625rem
}

#loginyar-ps16.user-info {
    float: left
}

#loginyar-ps16.user-info a {
    color: #fff;
    display: inline-block;
    padding: 8px 8px 11px 9px;
    line-height: 18px;
    border-left: 1px solid #515151
}

#loginyar-ps16 .psy-vertical-line {
    display: none
}

#psy-change-email,#psy-change-mobile {
    display: none
}

.psy-change {
    margin-top: -8px
}

.psy-change a {
    color: #262626;
    font-size: 13px
}

.psy-change a.psy-link-small {
    color: #8a850d;
    font-size: 10px
}

.form-group>.psy-change {
    margin: 15px 0
}

#psy-login-modal .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

#psy-login-modal .js-modal-content {
    padding: 1.5rem!important
}

#psy-login-modal .modal-content {
    border: 1px solid #fff;
    margin: 0;
    border-radius: 15px
}

#psy-login-modal .modal-content .loadingModel {
    text-align: center
}

#psy-login-modal .modal-content .loadingModel span.fa-spinner {
    font-size: 50px
}

#psy-login-modal .modal-dialog {
    margin-top: 60px
}

#psy-login-modal .modal-content button.close {
    text-align: left;
    padding: 10px 0 0 10px;
    float: left;
    font-size: 23px
}

#psy-login-modal .modal-content h4 {
    font-size: 1.125rem;
    color: #151515
}

#psy-login-modal .modal-content .psy-form-group input {
    min-height: 35px;
    border-radius: 25px
}

.psy6-form-group label {
    display: block
}

.psy6-form-group input {
    display: inline-block
}

.psy6-form-group .form-control-comment {
    display: inline-block
}

.psy6-form-group .form-control-comment .psy-change {
    margin: 0;
    padding-right: 15px
}

#identity .st-pusher {
    z-index: auto
}

.BoxAcceptPer {
    text-align: center;
}

.BoxAcceptPer a{
    color: #ef4538;
}

@media(max-width: 1300px) {
}

@media(max-width: 1200px) {
}

@media(max-width: 991px) {
}

@media(min-width: 992px) {
}

@media(min-width: 768px) and (max-width:845px) {
}

@media(max-width: 768px) {
}

@media(max-width: 575px) {
}

@media(min-width: 576px) {
    #psy-login-modal .modal-dialog {
        max-width:600px;
        margin: 30px auto
    }
}

@media(max-width: 440px) {
}
