@media screen and (min-width: 916px) {
	
.bodyLogin {
	height: 100%;
	background: #FFFFFF;
	background-image: url('authbg.png');
	background-size: auto 100%;
	background-position-x: right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.htmlLogin {
	height: 100%;
}
	
.error{
	color: red;
	text-align: center;
}
.notification{
	text-align: center;
}


input[type=submit]{
	width: 100%;
}

label {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}



#holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; 
}

#contentLogin {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    padding: 50px 15px 30px 15px;
}




#frmLogin {
	text-align: center;
}



#loginQR {
	text-align: center;
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
}


#logoAuth {
	width: 250px;
	position: absolute;
	top: 20px;
	left: 20px;
}

p {
	font-size: 14px;

}


.loginPartsHolder {
	display: flex;
	
	align-items: stretch;
	align-content: center;
}
.loginPart {
	flex: 1;
	max-width: 300px;
	padding: 20px;
}

.loginPart + .loginPart {
    border-left: 1px #e8e8e8 solid;
    
}



#loginFooter {
	margin-top: 50px;
	text-align: center;
	font-size: 12px;
	color: #666;
}



.loginTitle {
	font-size: 24px;
	text-align: left;
}

#qrcode {
	position: relative;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 150px;
	text-align: center;
	background: #e8e8e8;
	
}

#qrcode a {
	background: #144361;
	color: #FFFFFF;
	padding: 5px;
	border-radius: 4px;

	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	width: 60px;
}

#contact {
	position: absolute;
	top: 25px;
	right: 25px;
	text-align: right;
	font-size: 15px;
	color: #666;
	
	background: #FFFFFF;
	border-radius: 15px;
	padding: 5px;
	
	font-weight: bold;
	color: #144361;
}
#contact a {
	text-decoration: none;
	color: #144361;
}
#contact a:hover {
	text-decoration: none;
	color: #077ea9;
}

#contact .material-symbols-outlined {
	vertical-align: -7px;
	margin-right: 5px;
	margin-left: 15px;
}

#contact .contactRow {
	font-weight: bold;
}


a {
	text-decoration: none;
	color: #345a73;
}


}