* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body, html {
    direction: rtl;
    height: 100%;
    font-family: 'IranSans'!important;
}
.login{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.veen{
    width: 100%;
    margin: 3% auto 4% auto;
    min-height: 500px;
    display: table;
    position: relative;
}
.veen > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.veen button{
    background: transparent;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    background-clip: padding-box;
    position: relative;
    color: #FFF;
//box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    transition: all .25s;
}
.veen button.dark{
    border-color: #ff4931;
    background: #ff4931;
}
.veen .move button.dark{
    border-color: #e0b722;
    background: #e0b722;
}
.veen .splits p{
    font-size: 18px;
}
.veen button:active{
    box-shadow: none;
}
.veen button:focus{
    outline: none;
}
.veen > .wrapper {
    position: absolute;
    width: 28%;
    height: 120%;
    top: -10%;
    border-radius: 5px;
    z-index: 1000;
    left: 36%;
    background: #ffffffd1;
    box-shadow: 0 0 9px #84909491, 0 4px 8px #84909485;
    transition: all .5s;
    color: #303030;
    overflow: hidden;
}
.veen .wrapper > #logion{
    padding: 15px 30px 30px;
    width: 100%;
    transition: all .5s;
    background: #fff;
    width: 100%;
}
.veen .wrapper > #reset-pass{
    padding: 15px 30px 30px;
    width: 100%;
    transition: all .5s;
    width: 100%;
}
.veen .wrapper > #login{
    padding: 15px 30px 30px;
    width: 100%;
    transition: all .5s;
    width: 100%;
}
.veen .wrapper > #register{
    padding: 15px 30px 30px;
    width: 100%;
    transition: all .5s;
    width: 100%;
}
.veen .wrapper > form:focus{
    outline: none;
}
.veen .wrapper #login{
    padding-top: 5%;
    visibility: visible;
}
.veen .wrapper #register{
    transform: translateY(-80%) translateX(100%);
    visibility: hidden;
}
.veen .wrapper.move #register{
    transform: translateY(-80%) translateX(0%);
    visibility: visible;
}
.veen .wrapper.move #login{
    transform: translateX(-100%);
    visibility: hidden;
}
.veen .wrapper > form > div {
    position: relative;
    margin-bottom: 15px;
}
.veen .wrapper label{
    /*position: absolute;*/
    /*top: -7px;*/
    /*font-size: 12px;*/
    /*white-space: nowrap;*/
    /*background: #fff;*/
    /*text-align: left;*/
    /*right: 15px;*/
    /*padding: 0 5px;*/
    /*color: #999;*/
    /*pointer-events: none;*/
}
.wrapper h3{
    margin-bottom: 25px;
    font-family: 'IRANSans';
}
.wrapper input[type="text"]{
    height: 45px;
    padding: 5px 15px;
    width: 100%;
    border-radius: 5px;
}
.wrapper input[type="password"]{
    height: 45px;
    padding: 5px 15px;
    width: 100%;
    border-radius: 5px;
}
.wrapper input[type="tel"]{
    height: 45px;
    padding: 5px 15px;
    width: 100%;
    border-radius: 5px;
}
.wrapper input:focus{
    outline: none;
    border-color: #1bb6dc;
}
.wrapper.move select:focus{
    border-color:  #0d8fad;
}
.wrapper.move select{
    color:  #999!important;
}
#register .form-group.form-check{
    direction: ltr;
}
.wrapper.move input:focus{
    border-color:  #0d8fad;
}
@media (max-width: 767px){

    .veen > div{
        display: inline-block;
    }
    .splits{
        width: 50%;
        background: #fff;
        float: left;
    }
    .splits button{
        width: 100%;
        border-radius: 0;
        background: #505050;
        border: 0;
        opacity: .7;
    }
    .splits button.active{
        opacity: 1;
    }
    .splits button.active{
        opacity: 1;
        background: #ff4931;
    }
    .splits.rgstr-btn button.active{
        background: #e0b722;
    }
    .splits p{
        display: none;
    }
    .veen > .wrapper.move{
        left: 0%;
    }
}

.wrapper select{
    height: 40px;
    padding: 5px 15px;
    width: 100%;
    border: solid 1px #999;
    direction: rtl;
    font-size: 12px
}
.wrapper select{
    height: 40px
    padding: 5px 15px;
    width: 100%;
    border: solid 1px #999;
    direction: rtl;
}



.placeholder{color: grey;}
select option:first-child{color: #c3c3c3; display: none;}
select option{color: #555;}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
    box-shadow: inset 0 0 0 50px #fff;
}


.logo-login{
    width: 250px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.logo-login img{
    max-width: 100%;
}


/* Button Style 1 (Left Icons) */
.icon-btn{
    min-height:150px;
    background:#f5f5f5;
    float:left;
}

.icon-btn button{
    float:left;
    margin:10px;
}

.btn-signin {
    font-size: 18px!important;
    padding: 0px 20px!important;
    background-color: rgb(163, 53, 148)!important;
    border: none!important;
    justify-content: center!important;
    align-items: center!important;
    width: 165px!important;
    height: 43px;
}
.btn-login {
    font-size: 18px!important;
    padding: 0px 20px!important;
    color: #fff!important;
    background-color: #0d8fad!important;
    border: none!important;
    justify-content: center!important;
    align-items: center!important;
    width: 165px!important;
    height: 44px;
}
.radius-btn {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.btn-login .btn-gradient{
    left: -59px!important;
}
.btn-gradient {
    width: 38%!important;
    position: relative!important;
    display: inline-block!important;
    left: -59px!important;
    background: rgba(0, 0, 0, 0.15)!important;
    border-top-right-radius: 27px!important;
    padding: 8px 24px 8px 16px!important;
    box-shadow: 2px 0px 0px 0px rgba(78, 72, 72, 0.4)!important;
}
.btn-signin .btn-text{
    width: 100%;
    display: block;
    top: -34px;
    position: relative;
}
.btn-login .btn-text{
    width: 100%;
    display: block;
    top: -34px;
    position: relative;
}


.signin-btn-1 {
    cursor: pointer;
    padding: 1.5rem;
    border: 0;
    transition: all 0.5s;
    border-radius: 10px;
    width: auto;
    position: relative;
    font-size: 1em;
    width: auto;
    border: 2px solid #0d8fad!important;
    color: #0d8fad!important;
    min-width: 200px!important;
}


.signin-btn-1:hover i {
    display: inline-block!important;
}
.signin-btn-1:hover {
    background: #0d8fad!important;
    transition: all 0.5s;
    box-shadow: 0px 6px 15px #0d8fad;
    color: #ffffff!important;
}
.welcome-intro{
    text-align: center;
    direction: rtl;
}

.forgot-pass-veen{
    box-shadow: none!important;
    background: inherit!important;
}

.forgot-pass-veen > .wrapper{
    left: 29%!important;
    height: 70%!important;
}
.login-btn-3 {
    cursor: pointer;
    padding: 1.5rem;
    border: 0;
    transition: all 0.5s;
    border-radius: 50px!important;
    width: auto;
    position: relative;
    font-size: 1em!important;
    width: auto;
    background: #a33594!important;
    color: #ffffff!important;
    min-width: 200px!important;
}
.reset-pass-btn {
     cursor: pointer;
     padding: 1rem;
     border: 0;
     transition: all 0.5s;
     border-radius: 50px!important;
     width: auto;
     position: relative;
     font-size: 1em!important;
     width: auto;
     background:-webkit-linear-gradient(top, #0084a0, #00c4f5)!important;
     color: #fff!important;
     min-width: 150px!important;
    outline: none!important;
    border: 1px solid #13a5c4;
 }
.reset-pass-btn:hover ,.reset-pass-btn:focus{
    outline: none!important;
}
#reset-pass .submit{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.login-btn-1 i {
    display: inline-block!important;
}
@media(max-width:1353px) and (min-width: 542px){
    .forgot-pass-veen{
        width: 100%!important;
    }
    .forgot-pass-veen > .wrapper{
        width: 63%!important;
        left: 18%!important;
    }
}
@media(max-width:541px) {
    .forgot-pass-veen{
        width: 100%!important;
    }
    .forgot-pass-veen > .wrapper{
        width: 100%!important;
        left: 00%!important;
    }
}

@media(max-width: 991px) and (min-width: 767px){
    .veen{
        width: 90%!important;
    }
}
.contact-bottom a{
    color: #a33594!important;
}
.contact-bottom{
    font-size: 14px;
}

.wrapper #register input[type="checkbox"]{
    height: 16px!important;
    width: 16px!important;
    right: 15px!important;
    top: 1px!important;
}
#register .submit{
    margin-top: 50px!important;
}
html body.bg-full-screen-image{
    background: none!important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: IranSans!important;
}
.click-forgot{
    color: #F4549C!important;
    text-decoration: none!important;
    border-bottom: 1px dashed;
}
.bg-body{
    background-color: #a8419a!important;
}
html body.bg-full-screen-image{
    background-color: #0d8fad!important;
}
.welcome-intro{
    margin: 4%!important;
}
@media(max-width: 767px){
    .logo-767{
        display: block!important;
        height: 120px;
        width: 100%;
    }
    .logo-767 .logo-login{
        display: block!important;
    }
    .btn-gradient{
        box-shadow: none!important;
        background: none!important;
    }
    .btn-login , .btn-signin{
        border-radius: 3px 3px 0 0!important;
    }
}

.logo-login-767 {
    width: 250px;
    margin: 0 auto;
}


.has-error .form-control {
    border-color: #b94a48!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-error .help-block, .has-error .control-label {
    color: #b94a48;
}

form .form-group .help-block{
    text-align: right;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.wrapper input[type="text"]{
    direction: ltr;
}
.wrapper input[type="password"]{
    direction: ltr;
}
.wrapper input[type="tel"]{
    direction: ltr;
}
.wrapper input[type="checkbox"]{
    height: 16px!important;
    width: 16px!important;
    right: 15px!important;
    top: 1px!important;
}
#login .submit{
    margin-top: 25px;
}
@keyframes check {0% {height: 0;width: 0;}
    25% {height: 0;width: 10px;}
    50% {height: 20px;width: 10px;}
}
.checkbox{background-color:#fff;display:inline-block;height:28px;margin:0 .25em;width:28px;border-radius:4px;border:1px solid #ccc;float:right}
.checkbox span{display:block;height:28px;position:relative;width:28px;padding:0}
.checkbox span:after{-moz-transform:scaleX(-1) rotate(135deg);-ms-transform:scaleX(-1) rotate(135deg);-webkit-transform:scaleX(-1) rotate(135deg);transform:scaleX(-1) rotate(135deg);-moz-transform-origin:left top;-ms-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;border-right:4px solid #fff;border-top:4px solid #fff;content:'';display:block;height:20px;left:3px;position:absolute;top:15px;width:10px}
.checkbox span:hover:after{border-color:#999}
.checkbox input{display:none}
.checkbox input:checked + span:after{-webkit-animation:check .8s;-moz-animation:check .8s;-o-animation:check .8s;animation:check .8s;border-color:#555}
.checkbox input:checked + .default:after{border-color:#444}
.checkbox input:checked + .primary:after{border-color:#2196F3}
.checkbox input:checked + .success:after{border-color:#8bc34a}
.checkbox input:checked + .info:after{border-color:#3de0f5}
.checkbox input:checked + .warning:after{border-color:#FFC107}
.checkbox input:checked + .danger:after{border-color:#f44336}

.container-login100{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    z-index: 1;
}
.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, #1dbddc24, #027e9d2e)!important;
}

.forgot-pass-veen{
    background: none!important;
}
.limiter{
    width: 100%;
    margin: 0 auto;
}
#reset-pass .title-login{
    color: #676767!important;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    padding-top: 35px;
    padding-bottom: 45px;
    text-transform: uppercase;
    display: block;
}

.login100-form-logo {
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.container-login100 .forgot-pass-veen > .wrapper{
    height: 86%!important;
}
 .wrap-login100 {
     width: 500px;
     border-radius: 10px;
     overflow: hidden;
     padding: 55px 45px 37px 45px;
     background: #fff!important;
     z-index: 1000;
     margin: 0 auto;
 }
 .reset-password{
     width: 100%;
     border-bottom: 2px solid rgba(255,255,255,0.24);
     margin-bottom: 30px;
     position: relative;
 }
.reset-password input{
    background: inherit;
    border: none;
}
/*---------------------------------------------*/
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background: #fff;
}

.focus-input100::after {
    font-family: vazir;
    font-size: 22px;
    color: #fff;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0px;
    padding-left: 5px;
    transition: all 0.4s;
}

.input100:focus {
    padding-left: 5px;
}

.input100:focus + .focus-input100::after {
    top: -22px;
    font-size: 18px;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::after {
    top: -22px;
    font-size: 18px;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

.has-val.input100 {
    padding-left: 5px;
}

.reset-password .input100 {
     font-size: 16px!important;
     color: #fff!important;
     line-height: 1.2!important;
     display: block!important;
     width: 100%!important;
     height: 45px!important;
     background: transparent!important;
     padding: 0 5px 0 38px!important;
     outline: none!important;
    box-shadow: none!important;
 }
.reset-password .input100:hover ,.reset-password .input100:focus{
    outline: none!important;
    box-shadow: none!important;
}
#reset-pass{
    outline: none!important;
    box-shadow: none!important;
}
.reset-pass-btn:hover{
    box-shadow: 0px 0px 8px #66d7f0ba;
    color: #06b5df!important;
    border: 1px solid #13a5c4;
}
footer.footer {
    padding: 0 !important;
}
.form-group .icon{
    position: absolute;
    z-index: 1;
    padding: 5px;
}
#login .form-group .icon img{
    width: 30px;
    padding-top: 2px;
}
.wrapper input:-moz-placeholder {
    text-align: right;
    padding-right: 20px;
}
.wrapper input:-ms-input-placeholder {
    text-align: right;
    padding-right: 20px;
}
.wrapper input::-webkit-input-placeholder {
    text-align: right;
    padding-right: 20px;
}
.icon{
    position: absolute;
    padding: 2px;
}
footer.footer {
    padding: 0!important;
}
.icon .icon-none{
    display: none;
}
.wrapper input:focus .icon .icon-none{
    display: block!important;
}
.wrapper input:focus{
    outline: none;
    border-color: #F4549C;
}
.title-login{
    border-right: 3px solid #F4549C;
    line-height: 1.5;
    text-align: right;
    font-size: 19px;
    padding-right: 20px;
}
input[type="checkbox"] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}
label input[type="checkbox"] {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label:before {
    content: "\2714";
    border: 0.1em solid #cacfe7;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    margin-right: 0.0em;
    padding-right: 3px;
    vertical-align: bottom;
    color: transparent;
    transition: 0.2s;
    background: #fff;
}
label input[type="checkbox"]:before {
    content: "\2714";
    border: 0.1em solid #cacfe7;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    margin-right: 0.0em;
    padding-right: 3px;
    vertical-align: bottom;
    color: transparent;
    transition: 0.2s;
    background: #fff;
}
/*input[type="checkbox"] + label:active:before {*/
/*    transform: scale(0);*/
/*}*/

label input[type="checkbox"]:active:before {
    transform: scale(0);
}


input[type="checkbox"]:checked + label:before {
    background-color: #f4549c;
    border-color: #f4549c;
    color: #fff;
}

.login-website a:hover ,.form-check-label a{
    text-decoration: none;
}
input[type="checkbox"]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type="checkbox"]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}
#login .form-group.form-check{
    margin-right: 0!important;
    padding-right: 0!important;
}
#login .contact-bottom{
    width: 100%;
    text-align: right;
}
.footer-login li{
    display: inline-block;
    padding: 15px;
}
.footer-login li a{
    text-decoration: none;
    color: #000000;
}
.copyright{
    width: 100%;

}
.copyright{
    text-align: center;
    font-size: 12px;
    display: inline-block;
    color: #393939;
}
.footer-login li a:hover{
    color: #00b5e1!important;
}
.background-image-login {
    position: absolute;
    left: 0;
    background-size: cover;
    right: 0;
    z-index: 1;
    display: block;
    background-image: url(/assets/auth/images/lL6tQfy.png);
    width: 100%;
    height: 100%;
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}
.footer-copy{
    z-index: 1000;
    width: 100%;
}
.z-index-1000{
    z-index: 1000!important;
}
.logo-767{
    text-align: center;
}
form {
    outline: none;
}
.footer-login{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.form-group.forgot-pass{
    text-align: center;
    padding: 10px;
    margin-bottom: 0!important;
}
@media (max-width: 511px) and (min-width: 416px) {
    .wrap-login100 {
        width: 400px !important;
        padding: 25px 15px 25px 15px;
    }
}
@media (max-width: 415px) and (min-width: 360px){
    .wrap-login100 {
        width: 350px !important;
        padding: 25px 15px 25px 15px;
    }
    .radio-tile-group .input-container{
        height: 5rem!important;
        width: 5rem!important;
    }
    .radio-tile-group .input-container .radio-tile img{
        width: 30px!important;
    }
}
@media (max-width: 359px){
    .wrap-login100 {
        width: 300px !important;
        padding: 25px 15px 25px 15px;
    }
    .radio-tile-group .input-container{
        height: 5rem!important;
        width: 5rem!important;
    }
    .radio-tile-group .input-container .radio-tile img{
        width: 30px!important;
    }
}
@media (max-width: 535px){
    .wrapper h3 {
        margin-bottom: 25px!important;
        font-size: 12px!important;
        margin-top: 20px!important;
        font-family: 'IRANSans';
    }
    .form-group.forgot-pass {
        font-size: 12px;
    }
    .footer-login li{
        display: inline-block;
        padding: 5px;
    }
    .footer-login li a{
        font-size: 11px;
    }
}
.radio-tile-group {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}
.radio-tile-group .input-container {
    position: relative;
    height: 7rem;
    width: 7rem;
    margin: 0.5rem;
}
.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}
.radio-tile-group .input-container .radio-tile {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #F4549C;
    border-radius: 5px;
    padding: 1rem;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.radio-tile-group .input-container .icon-radio svg {
    fill: #079ad9;
    width: 3rem;
    height: 3rem;
}
.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F4549C;
    font-family: 'IRANSans'!important;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
    background-color: #F4549C;
    border: 2px solid #F4549C;
    color: white;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon-radio svg {
    fill: white;
    background-color: #F4549C;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: white;
    background-color: #F4549C;
}
.unchecked-icon{
    display: none;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon-radio .unchecked-icon {
    display: inline-block!important;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon-radio .checked-icon {
    display: none!important;
}
.form-check-label a{
    color: #F4549C!important;
    border-bottom: 1px dashed #F4549C;
}
#register .form-group.form-check {
    direction: rtl;
    text-align: right;
    margin: 0!important;
    padding: 0!important;
}
#register .form-group.form-check label {
    font-size: 12px;
}
.btn-3:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: none!important;
}

/* Button 3 */
.btn-3 {
    border-radius: 5px;
    background: #F4549C!important;
    color: #fff!important;
    border: none!important;
    font-size: inherit!important;
    width: 100%;
    cursor: pointer!important;
    display: inline-block!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700!important;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s!important;
}
.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}
/* Button 3e */
.btn-3e {
    padding: 20px 66px 20px 60px;
    overflow: hidden;
}

.btn-3e:before {
    left: auto;
    right: 10px;
    z-index: 2;
}
.btn-3e:after {
    width: 24%;
    border-radius: 5px;
    height: 363%;
    background: rgb(53 53 53 / 13%);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
}
.btn-3e:hover:after {
    width: 105%;
}
.btn-3 span{
    font-family: 'IranSans'!important;
}
.btn-3:hover{
    outline: none!important;
}
.btn-3e:hover{
    outline: none!important;
    border: none!important;
}
.mobile-verify {
    line-height: 2em!important;
    text-align: center!important;
    border-bottom: 1px solid #F4549C;
    padding: 6px!important;
    margin: 11px 0 20px!important;
    position: relative;
}
.mobile-verify  span {
    padding: 0 10px;
    background: inherit!important;
}
.rotate-phone-please {
    position: absolute;
    z-index: 1000;
    top: -10px;
    right: 5px;
    transform: translateX(0%);
    text-align: center;
    color: #F4549C;
    font-family: 'Roboto', sans-serif;
}

.phone {
    display: inline-block;
    width: 27px;
    height: 46px;
    border: 2px solid #F4549C;
    border-radius: 5px;
    position: relative;
}

.phone:after {
    content: '';
    width: 100%;
    border-bottom: 1px solid #F4549C;
    position: absolute;
    top: 4px;
    left: 0;
}

.phone:before {
    content: '';
    width: 100%;
    border-bottom: 1px solid #F4549C;
    position: absolute;
    bottom: 6px;
    left: 0;
}

.phone {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: anim-rotate;
    animation-duration: 3s;
}

@keyframes anim-rotate {
    0%, 10% { transform: rotate(0deg) }
    40%, 60% { transform: rotate(45deg) }
    95%, 100% { transform: rotate(0deg) }
}

.login-website{
    text-align: center;
    padding-top: 10px;
}
.login-website a{
    color: #F4549C;
    border-bottom: 1px dashed #F4549C;
}
.alert{
    color: #fff!important;
}
.alert-login{
    background: #ff5252!important;
    color: #fff!important;
}
.alert-login ul{
    list-style: none;
    margin-bottom: 0;
    text-align: right;
}
.ltr{
    font-family: revert!important;
}
