html {
	height:100%
}
body.signin {
	height:auto;
	background:url(../img/login_bg_pictrs.png) no-repeat;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
	color:rgba(255,255,255,.95)
}
.signinpanel {
	width:70%;
	margin:10% auto 0
}
.signinpanel .logopanel {
	float:none;
	width:auto;
	padding:0;
	background:0 0
}
.signinpanel .signin-info ul {
	list-style:none;
	padding:0;
	margin:20px 0
}
.signinpanel .form-control {
	display:block;
	margin-top:20px;
	padding: 6px 40px;
	color:#333;
	height: 46px;
	border: 1px solid #eee;
	border-radius: 4px;
	font-size: 16px;
}
.signinpanel label.error{
	position: unset;
}
.signinpanel .uname {
	background:#fff url(../img/phone.png) no-repeat 3% center;
}
.signinpanel .pword {
	background:#fff url(../img/pwd.png) no-repeat 3% center;
	/*padding: 6px 40px;*/
	/*color:#333*/
}
.rememberme{
	margin-top: 20px;
	color: #999;
}
ins.iCheck-helper{
	border: 1px solid #eee;
	border-radius: 4px;
}
.title {
	background-image:-webkit-linear-gradient(top,#0067F5,#4A94FB);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	font-size: 30px;
	font-weight: bolder;
	font-style: italic;
	margin-bottom: 60px;
}
.signinpanel .code {
    background: #fff no-repeat 95% center;color:#333; margin:0 0 45px 0;
}
.signinpanel .btn {
	margin-top:25px;
	height: 46px;
	background: linear-gradient(270deg, #5DCEFF 0%, #1C75FF 100%);
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	border: 0;
	font-size: 18px;
}
.signinpanel .btn:hover,.signinpanel .btn:focus,.signinpanel .btn:active:focus{
	color: #FFF;
	outline: none;
}
.signinpanel form {
	background:rgba(255,255,255);
	border:1px solid rgba(255,255,255,.3);
	/*-moz-box-shadow:0 3px 0 rgba(12,12,12,.03);*/
	/*-webkit-box-shadow:0 3px 0 rgba(12,12,12,.03);*/
	/*box-shadow:0 3px 0 rgba(12,12,12,.03);*/
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:80px 70px;
}
.signup-footer {
	border-top:solid 1px rgba(255,255,255,.3);
	margin:20px 0;
	padding-top:15px
}
@media screen and (max-width:768px) {
	.signinpanel,.signuppanel {
	margin:0 auto;
	width:420px!important;
	padding:20px
}
.signinpanel form {
	margin-top:20px
}
.signup-footer,.signuppanel .form-control {
	margin-bottom:10px
}
.signup-footer .pull-left,.signup-footer .pull-right {
	float:none!important;
	text-align:center
}
.signinpanel .signin-info ul {
	display:none
}
}@media screen and (max-width:320px) {
	.signinpanel,.signuppanel {
	margin:0 20px;
	width:auto
}
}


.cuisine_item{
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.check-icon:before {
	font-size: 20px;
	margin-right: 2px;
	content: "\f096";
}

.cuisine:checked ~ .cuisine_item .check-icon{
	color: #0e9aef;
}

.cuisine:checked ~ .cuisine_item > .check-icon:before, .category:checked ~ .category_item > .check-icon:before {
	content: "\f046";
}
.cuisine, .category{
	display: none;
	height: 0;
	width: 0;
}