.main-box {
height : 100svh;
display : flex;
}

.zw-login-main
{
display: flex;
/*width: 50%;*/
gap: 72px;
margin: 0 auto;
justify-content: space-between;
align-items: center;
direction : ltr;
}
.zw-login-right
{
width: calc(50% - 10px);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.zw-login-left
{
width: 50%;
}
.zw-login-button
{
width: 372px;
min-height: 56px;
background-color: #1F7168;
color: white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 24px;
margin-top: 32px;
}
.zw-login-button p
{
font-size: 18px;
}
.zw-login-cancel
{
width: 372px;
min-height: 56px;
background-color:#F9F9F9;
border:1px solid #DBDBDB;
display: flex;
align-items: center;
justify-content: center;
border-radius: 24px;
margin-top: 12px;
}
.zw-login-cancel p
{
color:#000000;
font-size: 18px;
}
.zw-login-input
{
margin-top: 32px;
direction: rtl;
}
.zw-login-input .input input
{
width: 372px;
min-height: 48px;
border-radius: 12px;
margin-top: 8px;
border: 1px solid #E5E5E5;
text-indent: 12px;
}

.zw-login-input .input select
{
max-width: 372px;
width : 100%;
min-width : 310px;
min-height: 48px;
border-radius: 24px;
margin-top: 8px;
border: 1px solid #E5E5E5;
text-indent: 12px;
font-family: 'IRANSans';
}

.zw-login-input .captcha input
{
width: 372px;
min-height: 48px;
border-radius: 12px;
margin-top: 8px;
text-indent: 12px;
text-indent: 12px;
}
.zw-login-input .captcha
{
display: flex;
align-items: center;
justify-content: space-between;
gap : 0.5rem;
}

.zw-login-input .captcha input
{
width: 275px;
min-height: 48px;
border-radius: 12px;
margin-top: 8px;
border: 1px solid #E5E5E5;
text-indent: 12px;
}

.zw-login-desc
{
margin-top:8px;
}
.zw-login-desc p
{
color:#000000;
font-size:16px;
direction : rtl;
}
.zw-login-title
{
margin-top:8px;
}
.zw-login-title p
{
color:#000000;
font-size:16px;
}
.zw-login-header 
{
margin-top: 32px;
}
.zw-login-header p
{
color:#000000;
font-size:18px;
font-weight:700;
}
.zw-login-input .title p
{
font-weight: 400;
font-size: 16px;
}
.zw-login-input .title
{
margin-bottom:6px;
}


.zw-login-verify .input
{
width: 100%;
justify-content: space-between;
display: flex;
align-items: center;
gap : 4px;	
direction : rtl;
}
.zw-login-verify input

{
max-width: 55px;
border-radius: 12px;
height: 55px;
padding: 0px;
text-align: center;
font-size: 18px;
border: 1px solid #E5E5E5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
.zw-login-verify
{
margin-top:12px
}
.zw-login-verify .title
{
margin-bottom:12px;
direction: rtl;
}
.zw-login-timer
{
margin-top:12px;
justify-content: center;
direction: rtl;
}
.zw-login-verify .title a 
{
color: #0062CC;
font-size: 14px;
font-weight: 400;
}
.zw-login-timeout
{
margin-right:8px;
margin-left: 8px;
min-width: 32px;
text-align: center;
font-size: 14px;
font-weight: 400;
color:#50968C;
}
.zw-login-timer .note
{
font-size: 14px;
font-weight: 400;
color:#909090;
}
.zw-login-verify .actives
{
color:#000000;
cursor:pointer;
}
.zw-login-input-register
{
margin-top: 8px;
}
.zw-login-left img
{
max-width:100%;
}
.zw-login-timer img
{
width:22px;
}


/*--------Resposive--------------*/
@media screen and (max-width: 1024px)
{
.zw-login-main
{
width:100%;
height : 100svh;
}
.zw-login-left
{
display:none;
}
.zw-login-right
{
width: 100%;
margin-bottom: 42px;
outline: 8px solid #A1C5C1;
border-radius: 0.5rem;
margin: 24px 12px;
padding : 32px 16px;
}


}

@media screen and (max-width: 992px) {

.zw-login-button {
width: 100%;
}

.zw-login-input .input input {
width: 100%;
}

.zw-login-input .captcha input {
width: 100%;
}


}



.zr-header ,
footer {
display : none !important;
}



.zw-login-cancel {
width : 100% !important;
}

@media only screen and (max-width: 800px) {
.zw-login-desc p {
font-size : 14px !important;
}
}

#divCaptcha {
display: flex;
gap: 0.5rem;
align-items: center;
height: 100%;
padding-top: 9px;
}

/************************/
#ContactGender {
appearance: none;         
-webkit-appearance: none;
-moz-appearance: none;

direction: rtl;           
/*padding: 10px 40px 10px 20px;*/
border: 1px solid #ccc;
border-radius: 8px;
background-color: white;

background-image: url('/themes/website/image/Filter-Icon.svg');
background-repeat: no-repeat;
background-position: left 12px center;   
background-size: 18px 18px;            
cursor: pointer;
}
