@font-face {
	font-family: 'montserrat';
}
.loginwrap center {
position: relative !important;
display: block;
}

.loginwrap span.arert.alert-danger {
position: absolute;
top: -35px;
right: 0;
font-size: 14px;
text-align: right;
}
.registerwrap span.arert.alert-danger {
    position: relative !important;
    font-size: 14px;
    text-align: right;
    top:0px !important;
}

.modal_box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 80%;
	height: auto;
	max-height: 90%;
	z-index: 10000;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.51);
	-moz-box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.51);
	box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.51)
}

.modal_box .title {
	margin: -20px 0 0 0;
	height: 40px
}

.modal_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.7);
	-webkit-overflow-scrolling: touch;
	cursor: pointer
}

.modal_box .login-modal input {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}

.modal_contents {
	color: #222;
	background: #fff;
	position: relative;
	margin: 0 auto;
	padding: 20px
}

.modal_header {
	color: #222;
	background: #fff;
	position: relative;
	margin: 0 auto;
	padding: 0
}

.modal_default_close {
	text-align: right;
	display: block;
	cursor: pointer;
	margin: 0;
	position: relative;
	top: 10px;
	right: 10px
}

.modal_default_close i.icon-cancel {
	postion: absolute;
	right: 10px
}

a.button_3 {
	color: #fff;
	background: #19ae46;
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 10px 12px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	min-width: 120px;
	border-top: none;
	border-right: none;
	border-left: none
}

input[type=submit].button:hover,
a.button_3:hover {
	background: #19ae46
}

body,
html {
	height: 100%;
	width: 100%
}

body {
	margin: 0;
	padding: 0;
	background: url('../images/lights-login-bg_125_14.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position:center;
	background-repeat: no-repeat;
	font-family: montserrat, sans-serif;
	background-color: rgba(0,0,0,0.5) !important;
    background-blend-mode: darken;
}

a {
	color: #fff
}

.box {
	position: fixed;
	background: #fff;
	width: 320px;
	border-radius: 5px;
	vertical-align: middle;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	height: auto;
	max-height: 90%;
	z-index: 10000;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.51);
	-moz-box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.51);
	box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.51)
}

.box-inner {
	padding: 20px
}

.box input[type=email],
.box input[type=password] {
	border: 1px solid #99A0A8;
	height: 40px;
	width: 100%;
	font-size: 18px;
	background: #99A0A8;
	color: #fff;
	-webkit-appearance: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 5px auto;
	font-family: montserrat, sans-serif
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff
}

.box input,
.box button[type=submit] {
	background: #84E292;
	width: 100%;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	margin: 10px 0 10px 0;
	padding: 0 10px;
	border: none;
	cursor: pointer;
	font-family: montserrat, sans-serif
}

img.los-logo {
	text-align: center;
	max-width: 50%;
	margin: 0 auto
}

.box-footer {
	background: #ddd;
	color: #fff;
	font-size: 12px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 0px 0px 5px 5px;
	padding: 0 10px;
	text-align: center;
	box-sizing: border-box
}

.form_error {
	color: #ff0000
}

@media only screen and (max-width: 720px) {
	body {
		position: absolute;
		background-size: cover;
		background-position: bottom right
	}
	img.los-logo {
		text-align: center;
		max-width: 80%;
		margin: 0 auto
	}
	.box {
		width: 95%;
		max-width: 320px
	}
}