.pnl-login-top{
	position: fixed;
	top: 0;
	height: 40px;
	background: #4C73A3;
	width: 100%;
	z-index: 10000;
}

.pnl-login-bottom{
	position: fixed;
	bottom: 0;
	height: 40px;
	background: #4C73A3;
	width: 100%;
	z-index: 10000;
}

.loginDialog {
	border: none;
	border-radius: 0 !important;
	min-width: 360px;
	overflow: hidden;
}

.loginDialogTbl {
	width: 100%;
	text-align: center;
	min-height: 420px;
}

.login_header {
	/*background: #4C73A3;*/
	background: #00447C;
	padding-bottom: 20px;
	font-size: 18pt;
	letter-spacing: 1px;
	color: white;
	/*font-family: latolight !important;*/
	font-weight: bold;
}

.login_header hr{
	margin: 0 auto;
	color: white;
	width: 90%;
}

.login_form .footer{
	text-align: right;
	/*font-family: lato !important;*/
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.login_form .footer .lincor-logo{
	position: absolute;
	right: 0px;
	top: 7px;
}

.login_form .button-pnl{
	min-height: 40px;
}

.header_logo_holder {
	text-align: center;
	width: 100%;
	vertical-align: middle;
	padding-top: 30px;
}

.header_logo_holder img{
	max-height: 150px;
	padding: 0px 20px;
}

.login_form {
	width: 90%;
	display: inline-block;
    /*font-family: Latolight !important;*/
}

.login_form input{
	box-sizing: border-box;
}
/**
	подписи в диалоге
*/

.loginTable{
	/* padding-bottom: 15px; */
}

.loginTable>tbody>tr:nth-child(2n+1)>td {
	text-align: left;
	font-size: 1.3em !important;
	padding-top: 6px;
}

.loginTable>tfoot td {
	padding-top: 16px;
	padding-bottom: 6px;
}

.loginTable>tfoot td input{
	margin-top: 10px;
	width: 100%;
}

.loginTable>tfoot td > hr{
	color: #CCCCCC;
}

.notification {
	color: #222222;
	background: rgba(196, 218, 233, 0.5);
	border: #C4DAE9 solid thin;
	vertical-align: middle;
	border-radius: 5px;
	padding: 0.3em 1em;
}

.login_form .login-label{
	font-size: 1.5rem;
}