/* Main css file  */	html ,	body {		webkit-transition: all 1s ease-in-out;		-moz-transition: all 1s ease-in-out;		-o-transition: all 1s ease-in-out;		transition: all 1s ease-in-out;		margin:0;		padding:0;	   	    direction: rtl;	}	input,	select,	textarea {     	width: 90%;	    height: 35px;	    margin-bottom: 2%!important;       	color: black;    	background:#E0D3AD;     	border: 0;     	text-indent: 10px	}	::-webkit-input-placeholder {  	 color: #868789;  	 text-align: center;  	 font-size: 22px;	}	:-moz-placeholder { /* Firefox 18- */	   color: #868789;  	   text-align: center;	   font-size: 22px;	}	::-moz-placeholder {  /* Firefox 19+ */	   color: #868789;	   text-align: center;	   font-size: 22px;	}	:-ms-input-placeholder {  	   color: #868789; 	   text-align: center;	   font-size: 22px;	}	#email {		width: 90%;	}	.ajax-loder {		position: fixed;		top: 0;		left: 0;		right: 0;		bottom:0;		margin:auto;		width: 50px;		height: 50px;		z-index: 999999;		display: none;	}		.center {		text-align: center;	}	.clear-15px {		clear: both;		height: 15px;	}	.center-img {		margin:0 auto;	}	.logo-img {		position: relative;    	top: -35px;	}	#imageBtn {	           	    background: none;	}	.form-wrapper {    margin-top: -39px;    padding-top: 13%;    height: 170px;    background-image: url(../img/lidbg.jpg);    background-size: 100% 100%;    padding-bottom: 13px;	}	.form-wrapper.ty{    margin-top: -39px;    padding-top: 13%;    height: 170px;    background-color:#000 !important;      padding-bottom: 13px;	}	.container{ 		max-width: 480px!important;	    padding-right: 0;	    padding-left: 0;	    margin-right: auto;	    margin-left: auto;	 	}		.more-img {		    width: 75%;	}	.ty-text{	    font-size: 2em;    	color: white;	}	.row , .center  {		 padding-right: 0;	    padding-left: 0;	}	.row {		 margin-right: 0;	    margin-left: 0;	}	/*@media all and (max-width: 1000px) {*/		form {		    margin: 0;		    max-width: 80%;		    margin: 0 auto!important;		}	/*}	*/		/* Mobile */	@media all and (max-width: 400px) {		#imageBtn {		   		    top: -5px;		   		}			}	@media (max-width: 320px){		.l_side, .r_side{			position: relative;            top: -3.5em;		}	}