@charset "utf-8";@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");@font-face{font-family:Spysiz icon;src:url(fonts/icon_fonts/Spysiz.eot?1015);src:url(fonts/icon_fonts/Spysiz.eot?1015#iefix) format("embedded-opentype"),url(fonts/icon_fonts/Spysiz.ttf?1015) format("truetype"),url(fonts/icon_fonts/Spysiz.woff?1015) format("woff"),url(fonts/icon_fonts/Spysiz.svg?1015#Spysiz) format("svg");font-weight:400;font-style:normal}

.form-control {
	display: block;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #bbb;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-group {
	margin-bottom: 15px
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
	border-radius: 6px
}

.has-error .help-block {
	color: #a94442
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn:active:focus,
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn:active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-link {
	font-weight: 400;
	color: #4591ff;
	border-radius: 0
}

.btn-link,
.btn-link:active {
	background-color: transparent;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

@-ms-viewport {
	width: device-width
}

body {
	background-color: #fafafa;
	font-size: 13px;
	font-weight: 400;
	width: 100%
}

.btn-full {
	display: inline-block;
	border-radius: 100px;
	border: 1px solid #4591ff;
	background: #4591ff;
	color: #fff!important;
	padding: 10px 40px
}

.btn-full:focus,
.btn-full:hover {
	color: #fff;
	text-decoration: none
}

.btn-medium {
	padding: 10px 100px
}

body {
	margin: 0;
	padding: 0;
	font-family: Roboto, Helvetica, Arial, sans-serif
}

button,
button:focus,
input[type=text] {
	outline: none!important
}

.logo {
	display: block;
	display: inline-block;
	color: transparent;
	user-select: none;
	text-indent: -99999px;
	overflow: hidden;
	width: 170px;
	height: 40px;
	background-size: auto 100%;
	background-position: 50%;
	background-repeat: no-repeat
}


body {background:#fff;}

.login_group {padding-bottom: 5px;}
.login_group .form-group {margin-bottom:0;}
.login_group .form-group input {border-radius:0;}
.login_group .form-group:first-child input {border-radius: 6px 6px 0 0; margin-bottom: -1px;}
.login_group .form-group:last-child input {border-radius:0 0 6px 6px; margin-top: -1px;}
.passwordBox {position: relative;z-index: 1}
.passwordBox .btn_passIcon {position: absolute; z-index: 2; top: 0; right: 0; display: table; height: 100%; text-align: center; font-size: 20px; line-height: 1; padding: 10px; cursor: pointer;}
.passwordBox .btn_passIcon:after {display: table-cell;vertical-align: middle; font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f06e"; font-size: 20px; line-height: 1.2;}

.login_page {width: 100%; height: 630px; min-height:calc(100vh - 344px); display: table;}
.login_page .box {display: table-cell; vertical-align: middle; text-align: center; width: 100%;}
.login_page .box_centered {width: 400px; display: inline-block; padding: 15px;}
.login_page .logoBox {text-align: center; padding-bottom: 5px;}
.login_page .title {font-size: 20px;line-height: 1.2em; color: #3b3b3b; text-align: center; margin: 0;padding: 0 0 15px 0;}
.login_page .form-group-btn {padding-bottom:20px;}
.passwordBox .btn_passIcon.curr:after {content: '\f070';}

@media (min-width: 400px) {
	.login_page .logoBox .logo {height: 150px;}
	.login_page .title {font-size: 24px;}
}
@media (min-width: 330px) and (max-width: 400px) {
	.login_page .logoBox .logo {height: 50px;}
}
@media (max-width: 600px) {
	.login_page .box_centered { width: 100%;}
}
@media (max-width: 992px) {
	.login_page .logoBox {display: none;}
	.login_page .box {display: table-cell; padding: 0 0 100px 0; text-align: center; width: 100%;}
}