body{

}


.userdata{
	text-align:center;
	font-size:18px;
}

.userdata label{
		font-size:18px;
		text-align:left;
}


.userdata input[type="text"],input[type="password"]{
	position:relative;
	display:inline-block;
	width:300px !important;
	height:50px;
	border-radius:4px;
	background-color:#FFFFFF;
	
}

.connect_btn{
	color:#ffffff;
	background: #cdeb8e; /* Old browsers */
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #8cc400 64%, #8cc400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(64%,#8cc400), color-stop(100%,#8cc400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#8cc400 64%,#8cc400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cdeb8e 0%,#8cc400 64%,#8cc400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#8cc400 64%,#8cc400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cdeb8e 0%,#8cc400 64%,#8cc400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#8cc400',GradientType=0 ); /* IE6-9 */

	float:right;
	
	width:100px !important;
	height:40px;
	border-radius:20px;
	border-color:#FFFFFF;
	font-size:18px;
	margin-right:100px;
			margin-top:15px;
	
	
}

.connect_btn:hover{
	cursor:pointer;
	color:#0000CC;
	border-color:#0000CC;
}

#form-login-remember{
	float:right;
	direction:rtl;
		margin-right:200px;
		margin-top:30px;
			font-size:18px;
	
}


.login-greeting{
	float: right;
	direction: rtl;
	/* margin-right: 200px; */
	/* margin-top: 30px; */
	width: 100%;
	height: 20px;
	font-size: 18px;
}

.top_main_left {
	/*float: right;*/
}
.myButton{
	clear: both;
	text-decoration: none;
}
.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background-color:#fff;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	border:1px solid #000;
}
.myButton:hover {
	background-color:#cecece;
	text-decoration: none;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton-login{
	width:400px !important;
	display:block;
	
}
.btns{
	float: right;
}
.btns span{
    float: right;
    width: 32%;
    display: inline-block;
    margin: 10px 0px;
    text-align: center;
    margin-right: 1%;
	
}
.btns span a{
	width:100%;
	height: 125px;
}
.btns span a .fa{
	font-size:40px;
}
.btns span a:hover{
	background: #dad8d8 !important;
	color: #fff !important;
	opacity: 0.8;
}
.login-submit{
	margin: 0 auto;
    display: block;
	text-align: -webkit-center;
	float: right;
	margin-top:20px;
}
.login-submit input[type="submit"]{
	    background: linear-gradient(to bottom, #cdeb8e 0%,#8cc400 64%,#8cc400 100%);
}
#login-form{
	margin-top:40px;
}
.top_main{height:auto;}
@media screen and (max-width:500px){
	.btns{
		padding:0px 10px;
	}
	.btns span{
		width: 100%;
		display: inline-block;
		margin: 10px;
		text-align: center;
	}
	.top_main {
		min-height: 1200px !important;
		width: 100% !important;
	}
}
