*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}



body{
	font-family: 'Yekan';
}



.header{
	background-color: #e4a93a;
	color: #221c50;
}


.formMainContainer{
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}


.studentSelf{
	max-width: 100%;
	background-color: #221c50;
	color: #e4a93a;
	padding-top: 20px;
	padding-bottom: 20px;
}

.studentSelf input{
	width: 50%;
	border: 4px solid #e4a93a;
	transition: width 0.4s ease-in-out;
}

.studentSelf input:focus {
  width: 70%;
}


.secTitle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	height: 100%;
}

.SubSecTitle{
	font-size: 1.5em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}

/* .testdad{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	height: 100%;
	background-color: #e4a93a;
	color: #221c50;
}

.testdad input{
	border: 4px solid #221c50;
} */



form{
	max-width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	font-size: 1.5rem;
	text-align: center;
}


input{
	direction: rtl;
	width: 20%;
	font-size: 1.5rem;
	font-family: 'Yekan';
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	border-radius: 7px;
}


input[type=reset] {
  text-align: center;
}


label{
	padding-bottom: 5px;
	padding-top: 20px;
	direction: rtl;
}

.text-base-questions{
	padding-top: 30px;
	background-color: #e4a93a;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	height: 100%;
}


.text-base-questions input{
	border: 4px solid #221c50;
	transition: width 0.4s ease-in-out;
}

.text-base-questions input:focus {
  width: 60%;
}

.text-base-questions label{
	color: #221c50;
}

.reminder{
	text-align: center;
	background-color: #e4a93a;
	direction: rtl;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 1.8rem;
	font-weight: bold;

}

#tnx{
	display: none;
	text-align: center;
	background-color: #221c50;
	color: #e4a93a;
	direction: rtl;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 1.8rem;
	font-weight: bold;
}

.button {
    display: inline-block;
		width: 25%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 10px 30px;
    border: 3px solid #999328;
    border-radius: 10px;
    background: #4a98ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4a98ff), to(#275198));
    background: -moz-linear-gradient(top, #4a98ff, #275198);
    background: linear-gradient(to bottom, #4a98ff, #275198);
    -webkit-box-shadow: #59b6ff 0px 0px 40px 0px;
    -moz-box-shadow: #59b6ff 0px 0px 40px 0px;
    box-shadow: #59b6ff 0px 0px 40px 0px;
    text-shadow: #17305a 1px 2px 10px;
    font: normal normal bold 20px Yekan;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 3px solid #c7bf34;
    background: #59b6ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#59b6ff), to(#2f61b6));
    background: -moz-linear-gradient(top, #59b6ff, #2f61b6);
    background: linear-gradient(to bottom, #59b6ff, #2f61b6);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #275198;
    background: -webkit-gradient(linear, left top, left bottom, from(#275198), to(#275198));
    background: -moz-linear-gradient(top, #275198, #275198);
    background: linear-gradient(to bottom, #275198, #275198);
}
