﻿html ,body {width: 100%; color: #555555; font: 14px/18px Arial, Tahoma, Verdana; cursor: default; background: #f5f5f5; box-sizing: border-box;}
body {min-height:100%; height:100%;}
html ,body {min-width: 320px;}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption {margin:0; padding:0; border:0; text-align:left;}
a img, :link img, :visited img {border:0;}
p {padding: 0px; margin: 0px;}
input, textarea {outline: none;}

table {border-collapse: collapse; border-spacing: 0;}
td {vertical-align: top;}
a {cursor: pointer; color: #337ab7; text-decoration: underline;}
a:hover {text-decoration: none;}
.clear {clear: both; line-height: 0px; height: 0px; width: 0px; font-size: 0px;}
.hand {cursor: pointer;}
#simplemodal-overlay {background-color:#000;}


.login_box {
	margin: 7.5% auto 0 auto;
    width: 420px;
	background: #ffffff;
	border-radius: 6px;
	border: 1px solid #ebebeb;
	padding-top: 30px;
}

.login_logo {
	height: 100px;
	background: url(/images/logo.png) no-repeat center center;
}

.login_content {
	padding: 30px;
}

.login_title {
	font-size: 20px;
	padding-bottom: 15px;
}

.login_input {
	padding-bottom: 15px;
}

.login_input input {
	background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 2px;
	height: 46px;
	width: 100%;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #999999;
	line-height: 46px;
}

.login_checkbox {
	padding: 7px 0px 15px 0px;
}

.login_buttons {
	text-align: center;
}

.button {
	display: inline-block;
	width: 120px;
	height: 46px;
	box-sizing: border-box;
	border: 1px solid #3f87ec;
	background: #3f87ec;
	border-radius: 2px;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	line-height: 44px;
	margin: 0 auto;
	cursor: pointer;
}

.button.white {
	background: #ffffff;
	color: #555555;
	border-color: #555555;
}

.button:hover {
	background-color: #317eeb;
	border-color: #317eeb;
	color: #ffffff;
}

.login_buttons {
	padding-top: 25px;
}

.login_buttons .left {
	width: 180px;
}

.login_buttons .right {
	margin-left: 50px;
}

.login_links {
	padding-top: 30px;
}

.login_new, .login_lost {
	display: block;
	float: right;
	text-decoration: none;
	color: #337ab7;
}

.login_lost {
	float: left;
	background: url(/images/icon_lock.gif) no-repeat 0px 3px;
	padding-left: 15px;
}

.login_lost:hover, .login_new:hover {
	text-decoration: underline;
}

.message_box {
	display: none;
	width: 348px;
	border-radius: 3px;
	padding: 12px 20px 11px 52px;
	margin-left: -210px;
}

.message_title {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 7px;
}

.message_text {
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}

.mess_error {
	background: #f17472 url(/images/icon_error.png) no-repeat 23px center;
	border: 1px solid #ef5350;
}

.mess_good {
	background: #5bc689 url(/images/icon_good.png) no-repeat 15px center;
	border: 1px solid #33b86c;
}

.mess_info {
	background: #53c5f8 url(/images/icon_info.png) no-repeat 20px center;
	border: 1px solid #29b6f6;
}

.checkbox {

}

.checkbox_input {
	float: left;
	width: 20px;
	padding: 2px 0px 0px 0px;
}

.checkbox_label {
	float: left;
}



.display_none {display: none;}

@media screen and (max-width: 800px) {
	.login_box {
		margin-top: 2.5%;
		margin-bottom: 2.5%;
	}
}

@media screen and (max-width: 430px) {
	.login_box {
		width: 320px;
		padding-top: 20px;
	}
	
	.login_content {
		padding: 20px;
	}
	
	.message_box {
		width: 248px;
		margin-left: -160px;
	}
}