.otp_login_form p {
	margin-bottom: 1rem !important;
}

.form_group {
	display: flex;
	align-items: stretch;
	gap: 2rem;
	flex-wrap: wrap;
}

.otp_form input[type='text'] {
	border: 1px solid #d9d9d9;
	padding: 0.8rem 1.6rem;
	color: #555555;
	width: 315px;
}

.otp_form button:disabled {
	opacity: 0.5;
	cursor: inherit;
}
.otp_form button:disabled:hover:before {
	opacity: 0;
}

.otp_form input:focus {
	outline: none;
}

#miele_otp_result {
	margin-top: 1rem;
}

.send_another_code {
	text-decoration: underline;
}
.send_another_code:hover {
	text-decoration: none;
}

@media (max-width: 530px) {
	.form_group {
		flex-direction: column;
	}
	.otp_form input[type='text'] {
		width: 100%;
	}
}