.modal {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #202020cc;
	z-index:1;
}
.alert1{
	    background-color: #559944;
    padding: 10px 20px;
    width: auto;
	max-width:300px;
    margin: auto;
    margin-top: 10px;
    border-radius: 10px;
    color: #fff;
}
.modal2 {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #202020cc;
	z-index:1;
}
.formin {
    width: 28%;
    text-align: center;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    direction: rtl;
    margin-top: -250px;
	border-radius:12px;
	font-family: IRANYekanWeb;
}
.formin2 {
    width: 28%;
    text-align: center;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    direction: rtl;
    margin-top: -250px;
	border-radius:12px;
	font-family: IRANYekanWeb;
}
.inputin, .buttonin {
	font-family: IRANYekanWeb,Segoe UI;
	font-size: 18px;
	outline: none;
}

.inputin[type="text"] {
    padding: 10px 5%;
    width: 80%;
    margin-bottom: 20px;
}

.inputin[type="submit"] {
    width: 91%;
    border: 1px solid #c0392b;
    padding: 5px 0;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	border-radius:5px;
}

input[type="submit"]:hover {
	background-color: #c0392b;
	color:#fff;
}

.spanin {
    position: absolute;
    right: 0;
    padding: 0px 14px;
    background: #fff;
    color: #f00;
    font-family: monospace;
    font-size: 50px;
    top: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.imgin {
    position: relative;
    right: -50%;
	top: -20px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.imgin2 {
    position: relative;
    right: -50%;
	top: -20px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.spanin:hover {
	background-color: #f00;
	color: #fff;
}

.buttonin {
    border: none;
    padding: 10px 20px;
    background-color: #49d449;
    cursor: pointer;
		
}