body {
	background: #e3e3e33b;
}

#container {
	width: 70%;
	margin: 5% auto 0;
}

form {
	display: block;
	margin-top: 0;
}

input[type="text"],
input[type="password"] {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	margin: 8px 0;
	padding: 12px 20px;
	border: 1px solid #ccc;
	color: #000;
	background-color: #f8f8f8;
}

input[type="submit"] {
	width: 100%;
	margin: 8px 0;
	padding: 14px 20px;
	border: 0;
	color: #fff;
	background-color: #00cd76;
	cursor: pointer;
}

input[type="submit"]:hover {
	border: 1px solid #53af57;
	color: #fff;
	background-color: #32dd94;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #f8f8f8 inset !important;
}

#logo {
	padding-left: 35px;
}

.logo-image {
	max-width: 25%;
	height: auto;
}

.row {
	display: flex;
}

.column {
	flex: 50%;
	width: 50%;
	margin: 10px;
}

.card {
	position: relative;
	margin-bottom: 30px;
	border: 0;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 4px 8px rgb(0 0 0 / 3%);
}

.card-primary {
	border-top: 2px solid #000559;
}

.card-header {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 0;
	border-bottom-color: #f9f9f9;
	background-color: transparent;
	line-height: 30px;
	text-align: center;
}

.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 0 25px;
	padding-bottom: 40px;
	background-color: transparent;
}

.font-calibri,
.submit-login,
.error-message,
.form-error,
.link-button,
.recovery-form {
	font-family: Calibri, "Helvetica Neue", Trebuchet, sans-serif;
}

.submit-login,
.error-message {
	font-size: 16px;
}

.submit-login {
	font-weight: bold;
}

.error-message {
	color: red;
}

.password-hint {
	display: block;
	font-family: Calibri, "Helvetica Neue", Trebuchet, sans-serif;
	font-size: 10px;
}

.form-error {
	margin: 4px 0 0;
	color: red;
	font-size: 16px;
}

.link-button {
	display: block;
	width: 100%;
	padding: 10px 0 0;
	border: 0;
	color: #00cd76;
	background: transparent;
	text-align: center;
	cursor: pointer;
}

.recovery-form {
	height: 90px;
}

#example img {
	width: 100%;
	padding-top: 40px;
}

.form-spacer {
	color: #00cd76;
	text-align: center;
}

.form-spacer-xs {
	padding-top: 19px;
}

.form-spacer-sm {
	padding-top: 40px;
}

.form-spacer-reset {
	padding-top: 48px;
}
