.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }
.login-form {
	position: relative;
	border-radius: 20px;
	padding: 40px 30px 30px 30px;
    background: radial-gradient(circle farthest-side at 58% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -webkit-gradient(linear, left top, right top, color-stop(0, #32494c), to(#213436));
    background: -o-radial-gradient(58% 46%, circle farthest-side, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(left, #32494c 0, #213436 100%);
    background: radial-gradient(circle farthest-side at 58% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, #32494c 0, #213436 100%);	
}
.login-form h3{
	color:#fff;
}
.error-message {
	color: #ff4545;
    padding-bottom: 15px;
    font-weight: 600;
	display: none;
}

