* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	background-color: #ffffff;
	color: #272727;
	font-weight: normal;
	font-family: "Apax", "Open Sans", "Segoe UI", "Segoe", "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;
	/* -ms-overflow-style:-ms-autohiding-scrollbar; */
}

body {
	background-image: url('/assets/Exact_Boekhoud_Gemak.jpg?v=6');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 0;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	opacity: 0;
}

:lang(en-GB) {
	quotes: '\2018' '\2019' '\201C' '\201D';
}

:lang(zh) {
	font-family: å¾®è½¯é›…é»‘;
}

@-ms-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@-webkit-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

#login {
	display: flex;
	min-height: 100vh;
	margin: 0;
	align-items: center;
	justify-content: center;
}

#login::after {
	content: "";
	position: fixed;
	background: rgba(0, 0, 0, .5);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.login-wrapper {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin: 32px;
	padding: 48px 32px 0 26px;
	width: 100%;
	max-width: 460px;
	border-radius: 4px;
	border-left: 6px solid #e1141d;
	background: #fff;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
	color: #272727;
	z-index: 1;
}

.main {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	justify-content: center;
	margin: 32px 0;
	min-height: 338px;
}

.logo-brand {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}

.logo-brand::before {
	display: inline-block;
	margin-bottom: -4px;
	content: "";
	width: 28px;
	height: 28px;
	background-image: url("BhgLogo.svg?v=6");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
}

.intro {
	display: flex;
	text-align: left;
	margin-bottom: 24px;
}

.intro>h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}

.form-wrapper {
	margin-top: 0px;
}

.company-logo {
	margin-bottom: 16px;
	text-indent: -100%;
	overflow: hidden;
	color: transparent;
	width: 76px;
	height: 16px;
	background: url("exact-logo.svg?v=6");
	background-size: contain;
	background-repeat: no-repeat;
}

.footer-main {
	margin: 0 -32px 0 -26px;
	padding: 12px 32px 12px 26px;
	color: #858481;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	background: #f4f4f4;
	border-bottom-right-radius: 4px;
}

ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	padding-inline-start: 40px;
}

.footer-main>ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: justify;
}

.footer-main ul li:first-child {
	margin-left: 0;
}

.footer-main ul li {
	display: inline;
	margin: 6px;
}

a {
	font-family: Arial;
	cursor: pointer;
	text-decoration: none;
	color: #858481;
}

a:hover {
	color: #0650d0;
}

.notification {
	border: 1px solid #e65534;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
	padding: 10px;
	text-align: left;
	color: #272727;
	font-family: Arial;
}

.username {
	width: 100%;
	height: 40px;
}

.submit-button {
	margin: 24px 0 20px 0;
}

.username label {
	display: none;
}

.username input {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 11px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 22px;
	border: 1px solid #d3d2d1;
	border-radius: 4px;
}

.username input:focus {
	border: 1px solid #d3d2d1;
	outline: none;
}

button.submit,
span.submit,
input[type="submit"] {
	border: none;
	background-color: #0650d0;
	width: 100%;
	padding: 12px 0;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 8px;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	height: 40px;
	line-height: 1.3333333;
	font-family: Apax;
	padding: 10px 16px;
	box-shadow: 0 0 30px 0 #dae1f7;
}

button.submit:hover,
span.submit:hover,
input[type="submit"]:hover
{
	background: linear-gradient(0deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 100%),#0650d0;
}

.sub-title {
	font-weight: 600;
}

.info {
	display: inline-block;
	position: relative;
}

.icon-wrapper {
	margin: 4px 0px 0px 8px;
}

.status-icon-wrapper {
	margin: 2px 9px 0px 22px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #272727;
}

.info-icon {
	width: 16px;
}

.pointer {
	cursor: pointer;
}

.info div:hover+.popup {
	display: block;
}

.popup {
	background-color: #f8f8ff;
	display: none;
	left: -118px;
	top: 37px;
	position: absolute;
	padding: 8px;
	line-height: 20px;
	border-radius: 6px;
	border: #a9a9a9 solid 2px;
	font-size: 12px;
	font-weight: 400;
	z-index: 1000;
	line-height: 17px;
	width: 312px;
}

.text-box {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
	text-align: left;
	color: #272727;
	font-family: Arial;
}

@media only screen and (max-width: 575px) {
	body {
		background-image: none;
	}

	#login {
		align-items: unset;
	}

	.login-wrapper {
		margin: 0;
		max-width: unset;
		border-radius: 0;
	}
}

/****************/
/* Migrate flow */
/****************/

.validate-email-code {
	height: 40px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 20px 0;
}

.validate-email-code input[type="text"] {
	height: 100%;
	width: calc(100% / 7);
	text-align: center;
	font-size: 30px;
	border: 1px solid black;
	border-radius: 4px;
	outline: none !important;
}

.validate-email-code input[type="text"]:nth-child(3) {
	margin-right: 8px;
}

.validate-email-code input[type="text"]:nth-child(4) {
	margin-left: 8px;
}

.password-error {
	margin-bottom: 8px;
}

.code-error {
	color: #f44336;
	font-weight: 400;
	height: 0;
	margin-bottom: 8px;
}

.code-error span {
	display: block;
	transform: translateY(calc(-100% + 4px));
}