body{
    font-family: 'iranyekan, sans-serif';
}
.vlr_login_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	margin: auto;
}
.vlr-logo{
    display: block;
    width: 150px;
    margin-top: 20px;
}
.form-container {
    display: flex;
    width: 920px;
    height: 520px;
    text-align: center;
    box-shadow: 0 5px 15px 0 rgb(31 32 35 / .07);
    border-radius: 10px;
    overflow: hidden;
    direction: rtl;
    z-index: 9;
    background-color: #fff;
}
.form-row{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.back-arrow{
    display: none;
    right: 0;
    top: 30px;
    position: absolute;
}
.forms-box{
    height: fit-content;
    max-height: 510px;
    width: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}
.form-banner{
    width: 50%;
}
.form-banner img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.form-title {
    color: #555 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28.24px !important;
    margin: 0 0 8px 0 !important;
}
.form-subtitle {
    color: #666666 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 21.7px !important;
    text-align: center !important;
    margin: 0 !important;
}
.forms{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
#form-1{
    margin-top: 60px;
}
#form-2{
    margin-top: 160px;
}
#form-1,
#form-2{
    width: 320px;
    max-width: 100%;
}
.form-title-container{
    margin-bottom: 10px;
}
.otp-inputs{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6px;
}
.otp-box{
    height:  50px !important;
    aspect-ratio: 1;
    outline: unset !important;
    text-align: center;
    border-radius: 8px !important;
}
.resend-div{
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
}
.form-field{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.form-field.otp-input {
    height: 56px;
    background: #F2F2F2;
}
.hidden{
    display: none;
}
#vlr-empty, #vlr-wrong, #vlr-wrong-otp {
    background: #de0000;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: -33px;
}
#vlr-wrong-otp{
    bottom: unset;
    top: -33px;
}
input#phone {
    width: 100%;
    height: 56px;
    background: #F2F2F2;
    border: none;
    border-radius: 0;
    padding: 16px;
    margin: 0;
    box-sizing: border-box;
    direction: ltr;
    font-size: 16px;
    outline: none;
    border-radius: 12px;
}
.main-btn{
    height: 56px;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    border: none !important;
    background-color: #ff8600 !important;
    color: #fff !important;
    padding: 15px 0 !important;
    border-radius: 10px !important;
    cursor: pointer;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 12 !important;
    margin-top: 20px;
    transition: 0.2s;
}
.main-btn:hover{
    background-color: #ff4800 !important;
}
.login-rules {
    color: #382352;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.7px;
    text-align: center;
}
.login-rules strong {
      color: #382352;
      font-weight: 600;
      font-size: 14px;
}
.login-rules a{
    text-decoration: none;
}
.welcome-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: absolute;
    padding: 20px 40px;
    box-shadow: 0 5px 15px 0 rgb(31 32 35 / .07);
    border-radius: 10px;
    opacity: 0;
}
.welcome-box>div{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#loader{
    width:32px;
    height:32px;
    display: none;
    justify-content: center;
    align-items: center;
}
.adding-sppiner-loader,
.loader {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    animation: search-rotate 1s linear infinite
}
.adding-sppiner-loader::before,
.adding-sppiner-loader::after,
.loader::before,
.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border:2px solid #222;
    animation: prixClipFix 2s linear infinite ;
}
.adding-sppiner-loader::after,
.loader::after{
    border-color: #ff8600;
    animation: prixClipFix 2s linear infinite , search-rotate 0.5s linear infinite reverse;
    inset: 3px;
}
@media(max-width: 960px){
    .form-container{
        width: 400px;
        height: 400px;
        max-width: 90%;
    }
    .forms-box{
        width: 100%;
    }
    .form-banner{
        display: none;
    }
    #form-2{
        margin-top: 130px;
    }
	.form-container:has(input#phone) {
        transform: translateY(-45px);
        -webkit-transform: translateY(-45px);
        -moz-transform: translateY(-45px);
        -ms-transform: translateY(-45px);
        -o-transform: translateY(-45px);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
	}
	
	.form-container:has(input#user_name:focus) {
	    transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
	}
}
@keyframes search-rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
}
@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}