.vetid-login-actions {
	margin-top: 20px;
}

.vetid-login-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 1px solid #0071E3;
	background: #0071E3;
	border-radius: 100px;
	color: #fff;
	text-align: center;
}

.vetid-login-button:hover,
.vetid-login-button:focus {
	background: #0062C4;
	color: #fff;
}

.vetid-login-notice {
	margin-bottom: 20px;
}

.vetid-login-floating-notice {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99999;
	max-width: 420px;
	padding: 14px 18px;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	background: #fff;
}

.vetid-login-floating-notice--error {
	border-left: 4px solid #b81c23;
}

.vetid-login-floating-notice--message {
	border-left: 4px solid #1f7a1f;
}
