.additionalfields {
	display: none;
}

.form {
	padding-left: 50px !important;
}

.title {
	padding-left: 50px;
	padding-top: 40px;
}

#signout-button {
	background-color: #E56B70;
	border-color: #E56B70;
}

.newclient {
	display: none;
}

.errors {
	color: #ff0000;
}

input[type=button]:hover {
	background-color: #3E885B;
	border-color: #3E885B;
}

div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(255, 255, 255, 1);
}

button.flashed {
	background-color: #5B8C5A !important;
	border-color: #5B8C5A !important;
	color: #fff !important;
}