.sda-login #wp-submit,
.sda-login input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 24px !important;
	border: 1px solid #123a72 !important;
	border-radius: 10px !important;
	background: #123a72 !important;
	color: #fff !important;
	font-weight: 700 !important;
	line-height: 1.2;
	text-shadow: none !important;
	cursor: pointer;
}

.sda-login #wp-submit:hover,
.sda-login #wp-submit:focus,
.sda-login input[type="submit"]:hover,
.sda-login input[type="submit"]:focus {
	border-color: #16a6c9 !important;
	background: #16a6c9 !important;
	color: #fff !important;
}

.sda-login > p a,
.sda-login > p a:visited {
	color: #123a72 !important;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sda-login > p a:hover,
.sda-login > p a:focus {
	color: #008cad !important;
	text-decoration-thickness: 2px;
}
