﻿@font-face {
    font-family: "iran_sans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
	url("../fonts/IRANSansWeb.woff") format("woff"),
	url("../fonts/IRANSansWeb.ttf") format("truetype");
}
body{
	font-family: "iran_sans";
	background:#f2f2f2;
	direction:ltr;
}
.form{
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	border-radius:15px;
	text-align:center;
	background-color:white;
	max-width:415px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	padding:77px 55px 33px;
	box-sizing:border-box;
	width:100%;
}
.form > div{
	margin:20px 0px;
}
.form h3{
	font-size:22.5px;
	color:#333;
}
.form img{
	max-width:150px;
	width:100%;
}
.form input{
	font-family: "iran_sans";
	font-size: 15px;
	color: #555;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 45px;
	background: 0 0;
	padding: 0 5px;
	border:none;
	border-bottom:2px solid #c1c1c1;
	margin:20px auto;
    position: relative;
    z-index:1;
    text-align:center;
}   
.btn-grad {
	background-image: linear-gradient(to right, #134E5E 0%, #71B280  51%, #134E5E  100%) !important;
	margin: 10px;
	padding: 15px 45px !important;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto !important;
	color:white !important;            
	box-shadow: 0 0 20px #eee;
	border-radius: 10px;
	display: block;
	border:none !important;
	cursor:pointer;
	width:100% !important;
	margin:auto;
}
.btn-grad:hover {
	background-position: right center !important; /* change the direction of the change here */
	color: #fff !important;
	text-decoration: none  !important;
}
.form a {
	color:#333;
	text-decoration:none;
	transition:0.4ms;
}
.form a:hover {
	color:#333;
	text-decoration:none;
	transition:0.4ms;
}
.form-group{
	position:relative;
	clear: both;
	display: inline-block;
	width: 100%;
}
label{
	position:absolute;
	left:0px;
    width:100%;
	color:#c1c1c1;
	top:30px;
	transition:300ms;
    z-index:0;
}
.form input:focus + label:after , .form input:not(:placeholder-shown) + label:after{
    content:' را وارد کنید';
}
.form input:focus{
	outline: none;
}
.form input:focus + label, .form input:not(:placeholder-shown) + label{
	top:0px;
	transition:300ms;
	color:#424242;
}
.form p{
    font-size: 12px;
    color: #333;
    direction:rtl;
}
.form p > a{
    color:blue;
}
input[type='button']:disabled{
    background:gray;
    cursor:pointer;
    cursor: not-allowed;
    background-image: none !important;
}
.verify-board{
    display:none;
}
.countdown-bar{
    direction:rtl;
    font-size:13px;
}
.change-number{
    color:blue;
    cursor:pointer;
    font-size:14.5px;
}
.error-msg{
    background: #ffb9b9;
    color: #930e0e;
    font-size: 14px;
    border-radius: 10px;
    line-height: 35px;
    display:none;
}
@media only screen and (max-width: 428px) {
    body{
        background:white;
    }
    .form{
        box-shadow:none;
    }
}