/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

label.error{
 	color:red;
 	display: block;
}

.ww-form-error{
 	color:red;
}
.ww-form-success{
	color:green;
}
.ww-sign-load-img{
	display: none;
}
.ww-sign-load-img.active{
	display: inline-block;
}
.ww-signin-form-wrap,.ww-signup-form-wrap{
	width: 280px;
	padding:25px;
	border:1px solid #ccc;
	border-radius: 5px;
}
.ww-form-submit-btn{
	margin-top: 10px;
	background-color: #EF8216 !important; 
	color:#fff !important;
	border-color:#EF8216 !important;
}
.ww-load-img-sec{
	text-align: center;
}
.ww-for-pass-sec{
	margin-top: 10px;
}
.ww_password_conf_sec{
	display: none;
}
.ww_password_conf_sec.active{
	display: block;	
}
