.error_msg{
	background-color:red;
	color:#fff;
	padding:7px;
	border-radius:20px;
}
.success_msg{
	background-color:green;
	color:#fff;
	padding:7px;
	border-radius:20px;
}
.usrinputbox{
	width: 100%;
	padding: 12px 14px;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
}
.error-container, .error{
	float:left;width:100%;
  color:red;
}


.loader_bg{
		float: left;
		width: 100%;
		height: 100%;
		position: fixed;
		background: #eee;
		z-index: 99999;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: .5;
	}
	.showloader{
		float: left;
		width: 100%;
		height: 100%;
		position: fixed;
		
		z-index: 999999;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		
	}
	.showloader img{
		width:100px;
		top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  margin: auto;
	}
.showSuccessMsg{
	background-color: green;
  color: #fff;
  padding: 7px;
  border-radius: 8px;
}