<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.disblock { display: block; }
input[type="password"].som-password-input { max-width: 400px; }
.som-password-sent-message {
	margin-bottom: 50px;
	padding: 15px;
	border: 2px solid #2679ce;
	border-radius: 4px;
	background-color: #2679ce;
	color: #fff;
	position: relative;
	display: table;
	width: 100%;
}
.lostpassword-submit {
	margin-bottom: 2rem;
}
.som-password-error-message {
	background-color: #2679ce;
	border-color: #2679ce;
	padding-left: 10px;
}
.som-password-sent-message span {
	display: table-cell;
	vertical-align: middle;
}
.sompass-submit-loading {
	display: inline-block;
	display: none;
}
.sompass-submit-loading.submitted {
	display: inline-block;
	padding-left: 10px;
	height: 50px;
	line-height: 50px;
}
.sompass-submit-loading img { display: inline; }
#lostpasswordform #somfrp_user_info { display: block; }</pre></body></html>