.order-form {
	height: fit-content;
	position: relative;
	background-color: #F8FCFF;
	border: solid 2px #B9E2FF;
	border-radius: 10px;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	z-index: 1;
}
.order-form form {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
.order-form input {
	font-weight: 600;
	/* color: rgba(16, 42, 75, 0.4); */
	border-left: none;
	border-right: solid 1px #dee2e6;
	border-top: solid 1px #dee2e6;
	border-bottom: solid 1px #dee2e6;
	border-radius: 0px 10px 10px 0px;
}
.order-form input::placeholder {
	color: rgba(16, 42, 75, 0.4);
}
.have-account {
	height: fit-content;
	position: relative;
	background-color: #F8FCFF;
	border: solid 2px #B9E2FF;
	border-radius: 10px;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.order-form .pushbutton {
	width: 100%;
	max-width: 300px;
	background-color: #0099FF;
	border-radius: 30px;
	padding: 13px 20px;
}
.order-form .pushbutton:hover {
	background-color: #32abff;
}
.have-account a {
	width: 40%;
	border-radius: 30px;
	padding: 13px 20px;	
}
.order-label {
	display: flex;
	width: 50px;
	border: solid 1px #dee2e6;
	border-radius: 10px 0px 0px 10px;
	/* height: -webkit-fill-available; */
	align-items: center;
	justify-content: center;
	background-color: #E5F5FF;
	font-weight: 600;
}
.label-white {
	background-color: white;
	border-right: none;
}
.mrk-imgs {
	width: fit-content;
	position: absolute;
}
.bob-hand {
	left: -8px; 
}
.bob-body {
	left: calc(50% + -340px);
	top: 60px;
}
.mrk1-hand {
	right: -10px;
	bottom: 135px;
}
.mrk1-body {
	left: clamp(80px, calc(50% + 145px), 63%);
	bottom: 20px;
}
.errorMessage {
	text-align: center;
}