html,body{background-image:url(../../images/icon/home.png)}
/*.no-padding{
	border:0!important;
	box-shadow: 0!important;
}*/
/*.client-form header{
	background: white;
	border-bottom: 0px;
}
.client-form header a{
	color: #001EB4;
	font-size: 55px;
	font-weight: bold;
}
*/
#logo{
	width: 100%;
	margin-left: 0;
}
.bg1{
	background-image:url(../../images/icon/background.png);
	background-repeat:repeat-x;
	height: 32px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
}

.login-layout .widget-box{
	visibility: hidden;
	position: fixed;
	z-index: -5;
	border-bottom: none;
	box-shadow: black;
	border-radius: 20px;
	padding: 6px;
	background-color: aliceblue;
	-moz-transform: scale(0,1) translate(-150px);
	-webkit-transform: scale(0,1) translate(-150px);
	-o-transform: scale(0,1) translate(-150px);
	-ms-transform: scale(0,1) translate(-150px);
	transform: scale(0,1) translate(-150px); 
	box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.login-box .toolbar{
	background: #5090C1;
	border-top: 2px solid #597597; 
	border-bottom-left-radius: 20px; 
	border-bottom-right-radius: 20px; 
}
.signup-box .toolbar{
	background: #76B774;
	border-top: 2px solid #759759;
	padding: 9px 18px; 
	border-bottom-left-radius: 20px; 
	border-bottom-right-radius: 20px;
}
.forgot-box .toolbar{
	background: #C16050;
	border-top: 2px solid #976559;
	padding: 9px 18px; 
	border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;
}

.LOGIN-form__title{
	padding: 0 15px;
	font-weight: bold;
	color: black;
}
.LOGIN-form__fieldset{
	padding-top: 15px!important;
}
.LOGIN-form__fieldset section input, .LOGIN-form__fieldset section select{
	border: 1px solid #aaa!important;
	border-radius: 7px!important;
}
.LOGIN-form__footer{
	background: white!important;
	border-top: 0!important;
}
.LOGIN-form__footer button{
	float: right!important;
	margin-top: 0!important;
	color: white;
	border: 0;
}
