.login-form {
	width: 315px;
	margin: 50px auto;
}
.login-form label.error{
	color:#ff4c4c;
	font-size:13px;
	font-weight:normal;
	position: static;
    left: auto;
    right: auto;

}
#frm_forgot_form .form-group {
    position: relative;
    margin: 0 0 25px 0;
}
#frm_forgot_form .form-group .error {
    top: 40px;
    left: 0;
}
.signup-form {
    width: 60%;
    margin: 50px auto;
	background-color: #f7f7f7;
	border-radius: 5px;
    
}
.signup-form h2{
	margin: 10px 0 20px 0;
}
.login-form form {
	margin-bottom: 15px;
	background: #f7f7f7;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;
}
.forgot-form{
	width: 315px;
	margin: 50px auto;
}
.forgot-form form {
	margin-bottom: 15px;
	background: #f7f7f7;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;
}
div#register_from{
	padding: 30px 0 30px 50px;
}
div#register_from label {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.8);
    padding: 0 0 10px 0;
    margin: 0;
}
#frm_register_from .form-group {
    width: 45%;
    display: inline-block;
    margin: 0 25px 20px 0;
    position: relative;
}
.login-form h2 {
	margin: 0 0 15px;
}
.form-control, .btn {
	min-height: 38px;
	border-radius: 5px;
}
.btn {        
	font-size: 15px;
	font-weight: bold;
}
.login{
	background-color: #666 !important;
}
.login_logo{
	margin: 50px auto;
	text-align:center;
}
label.error{
	color:#ff4c4c;
	font-size:13px;
	font-weight:normal;
	position: absolute;
    top: 0;
    right: 0;
    width: auto !important;
}
.message_div{
	
	width:350px;
	margin:0px auto;
}
.msg_show{
	display:block;
}
.msg_hide{
	display:none;
}

p.error {
    color: #ff4c4c;
    font-size: 13px;
	font-weight: normal;
	position: absolute;
}
.btn-full1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
}
.btn-full1 .form-group{
	margin: 15px 0 !important;
	width: 25% !important;
}
.btn-full1 .pull-left {
    padding: 5px 10px;
}
@media screen and (max-width: 767px) {
	.signup-form {
		width: 100%;
		margin: 50px auto;
		background-color: #fff;
		border-radius: 5px;
	}
	.login-form form {
		margin-bottom: 15px;
		background: #f7f7f7;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		padding: 30px;
	}
	div#register_from{
		padding: 30px 0 30px 35px;
	}
	div#register_from label {
		width: 100%;
		font-size: 15px;
		font-weight: 400;
	}
	
  }
  @media screen and (max-width: 667px) {
	.signup-form {
		width: 94%;
		margin: 50px auto;
		background-color: #fff;
		border-radius: 5px;
	}
	#frm_register_from .form-group {
		width: 100%;
		display: inline-block;
		margin: 0 25px 15px 0;
	}
	div#register_from{
		padding: 30px 15px 30px 15px;
	}
  }
  @media screen and (max-width: 921px) and (min-width: 601px) { #frm_register_from .form-group {width: 90%;} }
