.aadsso-login-form-text {
	text-align: center;
	padding: 0 0 30px 0;
}

.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 {
	text-decoration: none;
	color: #aaa;
}

.aadsso-text {
	color: #372B1F;
	font-family: "Gotham", sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 24px;
}

.aadsso-button {
	margin-top: 18px;
	padding: 8px 14px;
	display: inline-block;
	border: 1.53px solid #C7C6C6;
	background-color: transparent;
	color: #372B1F;
	font-family: "Gotham", sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 27px;
	text-decoration: none;
	transition: all 0.3 ease-in-out;
}

.aadsso-button:hover {
	background-color: #C7C6C6;
	color: #372B1F;
}

.aadsso-button:focus-visible{
	box-shadow: 0 0 0 1px #fff,0 0 0 3px #2271b1;
}

.aadsso-button img {
	height: 18px;
	position: relative;
	top: 3px;
	margin-right: 8px;
}