label.error {
  color: red;
  font-size: 13px;
  font-weight: 400;
}

/* -- [ loader ] start -- */
.loading-mask{
	bottom:0;
	left:0;
	margin:auto;
	position:fixed;
	right:0;
	top:0;
	z-index:100;
	background:rgba(255,255,255,.5)
}

.loading-mask .loader>img{
	bottom:0;
	left:0;
	margin:auto;
	position:fixed;
	right:0;
	top:0;
	z-index:100
}

.loading-mask .loader>p{
	display:none
}