@charset "UTF-8";
/* CSS Document */
.modal-body {
    padding: 0px 15px;
}
#formlogin {text-align:center;}
.form {padding:0 15px}
.form > div {padding:5px 15px;}
.form input {width:100%;padding-left:10px;height:26px;}
.form select {width:100%;border:1px solid #cccccc;height:26px;}
.PL0 {padding-left:0!important;}
.form p {margin-left:-15px;margin-bottom:0;color:#454755;}
.in-log {
	cursor: pointer;
	border-radius: 5px;
	height: auto;
	width: 285px;
	text-align: left;
	color: #fff;
	margin-top: 10px;
	font-family: 'Open Sans';
	font-size: 16px !important;
	padding: 10px 16px;
	line-height:1.3333333;
	border:none;
	padding-left:50px;
}
.in-log-login {
	background: url(/lib/images/glyph-man.png) no-repeat scroll 15px 15px;
	background-color: rgba(255,255,255,0.3);
}
.in-log-pass {
	background: url(/lib/images/glyph-password.png) no-repeat scroll 15px 15px;
	background-color: rgba(255,255,255,0.3);
}
.lostpassword {
	display:block;
}
.modal {top:50%;transform:translate(0,-50%)}
.btn-reg {margin:5px 15px;}