@charset "UTF-8";
@font-face {
    font-family: 'Vazir';
    src: url('https://cdn.asr2.ir/Fonts/Vazir/Vazir.eot');
    src: local('https://cdn.asr2.ir/Fonts/Vazir/Vazir'), url('https://cdn.asr2.ir/Fonts/Vazir/Vazir.woff') format('woff'), url('https://cdn.asr2.ir/Fonts/Vazir/Vazir.ttf') format('truetype'), url('https://cdn.asr2.ir/Fonts/Vazir/Vazir.svg') format('svg');
}
*{
	outline: none;
	font-family: vazir;
}
*{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html,body{
	width: 100vw;
	height: 100vh;
	margin: 0;
}
body{
	display: flex;
	background: #fafafa;
}
object{
	position: fixed;
	left: 0;
	bottom: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
input{
    border: 0;
    background: #efefef;
    border-radius: 5px;
    padding: 7px;
    border: 1px solid #ccc;
}
input:focus{
    background: #f5f5f5;
    border: 1px solid #aaa;
}
label{
	color: #0d243c;
	font-size: 0.9rem;
	margin: 5px;
}
button{
	cursor: pointer;
}
@media only screen and (max-width: 700px) {
    object{
        width: 300%;
        transform: translateX(-12%);
    }
}
.Form{
    z-index: 5;
    display: flex;
    flex-flow: column;
    margin: auto;
    padding: 25px 30px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 20px #00000028;
    border: 1px solid #e0e0e0;
    width: 280px;
    max-width: 95%;
    justify-content: center;
}

.SP_Title{
    color: #0d243c;
    font-size: 1.7rem;
    margin: 0 auto;
}
.Domain_Desc{
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 20px;
}
.VP_Title{
    color: #0d243c;
    font-size: 1.7rem;
    margin: 15px;
    margin-top: 0;
    margin: auto;
	margin-top: 0;
	margin-bottom: 20px;
}

.Target_Phone_Desc{
	color: #a8afb7;
	text-align: center;
	font-size: 0.9rem;
	padding: 0 20px;
	margin-bottom:20px;
}
.Send_Code_Button{
    border-radius: 12px;
    border: 0;
    font-size: 0.95rem;
    padding: 9px 0px;
    color: #ffffff;
    background-image: linear-gradient(135deg,#09c66b,#019781);
    box-shadow: 0 2px 8px #09c66b99;
    transition-duration: 0.4s;
    margin: 0 50px;
    margin-bottom: 20px;
}
.Code_Number{
	-moz-appearance: textfield;
	border: 0;
	border: 1px solid #ddd;
	border-bottom: 2px solid #d0d0d0 !important;
	text-align: center;
	width: 150px;
	border-radius:0;
	font-size: 1rem;
	text-align: center;
	padding: 5px;
	margin: 15px auto;
	margin-bottom:20px;
	direction: ltr;
}
.Code_Number:focus{
	border: 0;
	border: 1px solid #08ba7b50;
	border-bottom: 2px solid #08ba7b !important;
}

.Send_Button{
    border-radius: 7px;
	border: 0;
	font-size: 0.95rem;
	padding: 10px 0px;
	color: #ffffff;
	background: #09C56C;
	box-shadow: rgb(0 0 0 / 25%) 0px 5px 15px;
	transition-duration: 0.4s;
	margin-top:20px;
}
.Send_Button:active{
    box-shadow:none;
}

.Main_Resend_SMS{
    display: flex;
    margin: auto;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
}

.Resend_SMS_Tag_Icon_Div{
    background: transparent;
	border: 0;
	color: #ff941e;
	font-weight: 600;
	padding-right: 5px;
	margin: auto;
	cursor: pointer;
	font-size: 0.8rem;
}
.Edit_Data_Tag{
    display: flex;
    margin: auto;
    cursor: pointer;
    margin-top: 20px;
}
.Edit_Data_Text{
    background: transparent;
	border: 0;
	color: #0436fd;
	font-weight: 600;
	padding-right: 5px;
	margin: 0;
	cursor: pointer;
	font-size: 0.8rem;
}

.Main_Error_Tag{
    display: flex;
    border-radius: 50px;
    border:1px solid #e22262;
    margin-top: 20px;
    display: none;
}

.Error_Text{
    color: #e22262;
    margin: 0;
    font-size: 0.75rem;
    font-weight: 600;
    margin: 2px;
}
.Recaptcha_Box{
    direction: ltr;
    display: flex;
    flex-flow: column;
    margin-top:20px;
}
.g-recaptcha {
    transform:scale(0.9);
    transform-origin:0 0;
}