@media screen and (max-width: 915px) {

.bodyLogin {
	height: 100%;
	background: #FFFFFF;

}

.error{
	color: red;
	text-align: center;
}
.notification{
	text-align: center;
}

input {
	display: block;
	width: 100%;
	border-radius: 10px;
	padding: 12px;
	border: 1px #e8e8e8 solid;
	margin-top: 8px;
	margin-bottom: 10px;
}

input[type=submit]{
	width: 100%;
}

label {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}


#holder {

  height: 100%; 
}

#contentLogin,
#contentOnboarding {
	text-align: center;
    padding: 50px 15px 30px 15px;
    
}

#contentOnboarding {
	margin-top: 80px;
}





#loginUI {
	margin-top: 60px;
}

#logoAuth {
	width: 180px;
	margin-top: 30px;
}


#frmLogin {
	text-align: center;
}

#loginQR {
	display: none;
}
.loginTitle{
	font-size: 20px;
}
.noMobile {
	display: none;
}


#loginFooter {

	text-align: center;
	font-size: 12px;
	color: #666;
}




#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;
}

#contact .contactRow {
	font-weight: bold;
	display: block;
	text-align: center;
}

a {
	text-decoration: none;
	color: #345a73;
}





}