#login-signup-panel h3 {
    font-size: 14px!important;
    line-height: 43px;
    color: #333333;
    font-weight: bold;
    text-shadow: 0px 1px 1px #FFF;
    height: 43px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    position: relative;
    margin: 0px;
    text-align: left;
}
.clear {
    clear: both;
}


a.close {
    position: absolute;
    background-image: url(https://elaichirestaurant.com/addons/shared_addons/modules/signin/img/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 25px;
    width: 25px;
    text-indent: -99999px;
    outline: none;
    top: 7px;
    right: 10px;
	opacity: 1!important;
}

.message {
    display:block;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}


#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
}

.lock {
    width: 197px;
    height: 198px;
    padding: 0px;
	background-image: url(https://elaichirestaurant.com/addons/shared_addons/modules/signin/img/lock.html);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: 50%;	
	margin-left: -99px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -99px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

.form {
	display: none;
	width: 387px;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	
	/* Half the width of the DIV tag which is 388 pixels */
	margin-left: -194px;
	
	/* Half the height of the DIV tag which is also 216 pixels */
	margin-top: -108px;	
	
	margin-right: auto;
	margin-bottom: 0;
	
	background-image: url(https://elaichirestaurant.com/addons/shared_addons/modules/signin/img/form.html);
	background-repeat: no-repeat;
	background-position: center center;
}

.show {
	display: inline;
}

.box { 
	position: absolute;
	left: 50%;
	top: 40%;	

}
.formcont {
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.formfooter {
	background-image: url(https://elaichirestaurant.com/addons/shared_addons/modules/signin/img/footer.html);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 13px;
}



#signin_menu {
	border:none;
	text-align:left;
	margin: 0px;
	color:#333;
	font-size:12px;
	background-image: url(https://elaichirestaurant.com/addons/shared_addons/modules/signin/img/form-bg.html);
	background-repeat: repeat-y;
	background-position: center bottom;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	float: right;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 5px;
	border:1px solid #C6C6C6;
	font-size:13px;
	margin:5px 0px 5px;
	*margin:0px;
	padding:5px;
	width:180px;
}
#signin_menu p {
	margin:10px 0 10px;
	*margin:5px 0 5px;
	clear: both;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	margin:10px 0px 0px;
	float: left;
	font-weight:normal;
}
#signin_menu p.remember {
	float: right;
	clear: none;
	padding:0;
}
#signin_menu a.forgot {
	margin-top: 10px;
	float: left;
	display: inline;
	line-height: 24px;
	color: #666666;
	text-decoration: none;
	background-image: url(https://elaichirestaurant.com/addons/shared_addons/modules/img/reset.html);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-weight: bold;
}

.remember input {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 5px;
	background:#39d url('https://elaichirestaurant.com/addons/shared_addons/modules/signin/img/bg-btn.html') repeat-x scroll 0 0;
	border:1px solid #B5B5B5;
	color:#222;
	text-shadow: 0px 1px 1px #FFF;
	*filter: Shadow(Color=#FFFFFF, 	
			Direction=180, 
			Strength=1);
	padding:4px 10px 5px;
	font-size:11px;
	margin: 0 0px 0 3px;
	font-weight:bold;
}

#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus,
#signup_submit:hover, #signup_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

#focus-stealer      { position: absolute; left: -9999px; }

#upload{
	margin:30px 200px; padding:15px;
	font-weight:bold; font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#f2f2f2;
	color:#3366cc;
	border:1px solid #ccc;
	width:150px;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
}
.darkbg{
	background:#ddd !important;
}
#status{
	font-family:Arial; padding:5px;
}
ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ padding:10px; margin-bottom:2px; width:200px; float:left; margin-right:10px;}
ul#files li img{ max-width:180px; max-height:150px; }
.success{ background:#99f099; border:1px solid #339933; }
.error{ background:#f0c6c3; border:1px solid #cc6622; }

#loadingImg{
	position: absolute;
	background-image:url(https://elaichirestaurant.com/addons/shared_addons/modules/signin/img/loading.html);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 25px;
	bottom: 25px;
	right: 85px;
}

/*css added by mamun*/
#loginform{
	background-color:#FFF;
	width:450px;
	border-radius:10px;
	position: fixed;
}
.form{
	background-image:none;
	margin:-200px auto 0 -230px !important;
}
.box {			   
	z-index: 99999;
}
#signin_menu{
	background-image:none;
}
#signup_menu{
	background-image:none;
}
.formcont h3{
	background-image:none;
	border-bottom:1px solid #ADADAD;
	font-size: 1.42857rem;
    font-weight: 700;
    line-height: 1.1em;
	padding-top: 10px;
}
.formfooter{
	background-image:none;
}
#login_siginup_button_wrapper{
	margin: 10px 10px;
    overflow: hidden;
    padding: 0px 10px;
}
.login_signup_box{width:48%; margin:1%; float:left;}
.login_signup_box input{width:100%;}
#signup_menu, #forgot_password_menu {
    /* background-image: url("https://elaichirestaurant.com/addons/shared_addons/modules/signin/css/assets/images/login/form-bg.png"); */
    background-position: center bottom;
    background-repeat: repeat-y;
    border: medium none;
    color: #333;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    padding: 0 20px;
    text-align: left;
}
#signup_menu label, #forgot_password_menu label {
    float: left;
    font-weight: normal;
    margin: 10px 0 0;
}

#signin_menu input[type="text"], #signin_menu input[type="password"],
#signup_menu input[type="text"], #signup_menu input[type="password"],
#forgot_password_menu input[type="text"], #forgot_password_menu input[type="password"] {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    float: left;
    font-size: 13px;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}
#signup_menu p, #forgot_password_menu p{
    clear: both;
    margin: 10px 0;
}


#signup_menu p.remember {
    clear: none;
    float: right;
    padding: 0;
}



.button {
    -moz-user-select: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;    
	border-radius: 0.285714rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 #e7e7e7 inset;
    color: rgba(0, 0, 0, 0.6) !important;
    cursor: pointer;
    display: inline-block;
	font-size:15px;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
	font-weight: 400;
    line-height: 2em;
    margin: 0 0.25em 0 0;
    min-height: 1em;
    outline: 0 none;
    padding: 0.785714em 1.5em;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-shadow: none !important;
	text-transform: none;
    transition: background 0.1s ease 0s;
    vertical-align: baseline;
	width:100%;
}
.button:hover {
	 border: 1px solid #ADADAD;  
}

#facebook_signup_box{
	margin:10px 0px;
}
#google_signup_box{
	margin:10px 0px;
}
#facebook_button {
    background-color: #304D8A;
    background-image: none;
    color: #fff  !important;
    text-shadow: none;
	width:100%;	
	text-decoration: none;
	
}
#google_button {
    background-color: #fff;
    background-image: none;
    color: #616161;
    text-shadow: none;
	width:100%;
	text-decoration: none;	
	
}
.redbutton {
    background-color: #cb202d;
    background-image: none;
    color: #fff !important;
    text-shadow: none;
	
}
#signin_menu label {
    float: left;
	font-size: 20px;
    font-weight: normal;
    margin: 10px 0 0;
    width: 100%;
}
#signup_menu label {
    float: left;
	font-size: 20px;
    font-weight: normal;
    margin: 10px 0 0;
    width: 100%;
}
#forgot_password_menu label {
    float: left;
	font-size: 20px;
    font-weight: normal;
    margin: 10px 0 0;
    width: 100%;
}


#home-bg{
	z-index: 9999;
	position: fixed;
	display: none; 
	background: transparent;
	background-color: #000;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	opacity:0.9;			
}


a.sm-button::after {
    background-color: #999;
    border-radius: 20px;
    color: #fff;
    content: ">";
    display: inline-block;
    font: bold 11px/25px "Georgia";
    height: 25px;
    margin-left: 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 25px;
}
a.sm-button {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: gray;
    display: block;
    float: right;
    font: bold 11px "Helvetica";
    margin-right: 26px;
    margin-top: 23px;
    padding: 3px 3px 3px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

#overlay {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 50000;
}




@media only screen and (max-width: 480px) and (min-width: 320px){
	
	.box {
		left: 0%;
	}
	#loginform {
		width: 100%;
		margin: 0 auto !important;
	}

}