/*
	Custom CSS file that does not need to be compiled.
	For direct-to-server overrides.
*/
.tn-account-login-page .btn-info {
	background-color: #2eafa4 !important;
	border-color: #2eafa4 !important;
	color: #fff !important;
}
.tn-account-login-page .btn-info:hover,
.tn-account-login-page .btn-info:focus {
	background-color: #666 !important;
	border-color: #666 !important;
}

.home-ctas .container {
	display: flex;
	justify-content: space-around;
}