.login-pnl{
	margin-bottom: 5%;
	width: 95%;
	max-width: 440px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	/*background: linear-gradient(0deg, rgba(233, 240, 244, 0.75), rgba(233, 240, 244, 0.75)), #FFFFFF;*/
	box-shadow: 0px 0px 10px #000;
	text-align: left;
}


.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;
    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;
}

.choise-pnl{
	padding: 20px;
	text-align: left;
}


.login-reg-lbl:hover {
	cursor: pointer;
}

.login-reg-lbl {
	font-size: 1.1rem;
	color: rgba(70, 152, 203, 0.75);
}

.line-right {
	border-right: 2px solid #003364;
	margin-right: 10px;
	padding-right: 10px;
}

.rhomb-marked::after {
	content: '*';
	display: inline-block;
	width: 10px;
	height: 10px;
	padding-left: 2px;
	color: #EB001B;
}


.requair-fill::before {
	content: '*';
	display: inline-block;
	width: 10px;
	height: 10px;
	padding-right: 3px;
	color: #EB001B;

}

.selected-login-lbl {
	color: #003364;
}

.choise-lbl-pnl{
	text-align: left;
	padding-left: 20px;
}

.ml-10{
	margin-left: 10px;
}

.org-info-pnl{
	padding-bottom: 20px;
	border-bottom: 1px solid grey;
}

.show-pnl{
	display: block;
}

.hide-pnl{
	display: none;
}

.politics-conf-pnl{
	margin-top: 10px;
	margin-bottom: 10px;
}

.overflow-login-pnl{
	/*overflow-y: auto;
	max-height: 60vh;*/
	padding: 5px;
}

.caution-register-pnl{
	color: red;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.2rem;
}

.org-uid-pnl{
	font-size: 1.2rem;
	padding: 5px 0;
}

.error {
	color: #E12626;
	font-size: 0.8rem;
	font-weight: 500;
}

.auth-chunck{
	margin: 5px 0;
}

.background::before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.forgot-pass-pnl{
	padding: 0 20px 20px 20px;
	text-align: left;
}

.forgot-btn{
	margin: 10px 0;
}

.login-pnl.contract {
	background: -moz-linear-gradient(bottom, #FFF 60%, rgba(255, 255, 255, 0)) !important;
	background: -webkit-linear-gradient(bottom, #FFF 60%, rgba(255, 255, 255, 0)) !important;
	background: -o-linear-gradient(bottom, #FFF 60%, rgba(255, 255, 255, 0)) !important;
	background: -ms-linear-gradient(bottom, #FFF 60%, rgba(255, 255, 255, 0)) !important;
	background: linear-gradient(to top, #FFF 60%, rgba(255, 255, 255, 0)) !important;
	height: calc(95% - 20px) !important;
	margin-bottom: 0 !important;
	width: 95%;
	max-width: 80%;
}

.login-flex{
	display: flex;
}

.login-flex .input-pass{
	flex: 1 1 auto;
}

.pass-quest-pnl{
	width: 28px;
	margin-left: 5px;
}

.pass-quest-text{
	width: 200px;
	padding: 10px 30px;
	border-radius: 5px;
	box-shadow: 2px 4px 8px rgba(0, 51, 100, 0.15);
}



.password-container{
	/*width: 400px;*/
	position: relative;
}
.password-container input[type="password"],
.password-container input[type="text"]{
	width: 100%;
	padding: 5px 36px 5px 5px;
	box-sizing: border-box;
}
.fa-eye{
	position: absolute;
	top: 25%;
	right: 4%;
	cursor: pointer;
	color: lightgray;
}

.question-pass-holder{
	margin-left: 5px;
	align-self: center;
	width: 28px;
	height: 28px;
}

.pass-confirm-eye{
	/*z-index: 2;*/
}

.forgot-pass-lbl{
	font-size: 1.1rem;
}