.aadsso-login-form-text {
	text-align: center;
	padding: 20px 0px 30px 0px;
}

.aadsso-login-form-text a.dim, 
.aadsso-login-form-text a.dim:visited, 
.aadsso-login-form-text a.dim:active, 
.aadsso-login-form-text a.dim:link,
.aadsso-login-form-text a  {
	text-decoration: none;
	color: #aaa;
}

.aadsso-login-button{
	height: 36px;
	background-color: white;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	display: flex;
	align-items: center;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 16px;
	
}

.aadsso-login-button:hover {
	background-color: whitesmoke;
}

.sign-in-microsoft-azure {
	margin-left: 10px;
	font-size: 14px;
	user-select: none;
	
}

a {
	text-decoration: none !important;
}

#login-message {
	background-color: #3b3b3b;
	background-color: rgb(230, 230, 230);
}

p {
	color: black !important;
}

.microsoft-icon {
	width: 24px;
	height: 24px;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	background-image: url("view/microsoft-icon.png");

}

.wp-login-lost-password {
	display: none;
}