.aomo-form label{
	font-size: 13px;
	font-weight: 600;
	color: #0F1E3D;
	display: block;
	margin-bottom: 6px;
}
.aomo-form input[type=text],
.aomo-form input[type=email],
.aomo-form input[type=tel],
.aomo-form textarea,
.aomo-form select{
	width: 100%;
	padding: 13px 14px;
	border: 1px solid #E4DFD3;
	background: #fff;
	font-family: inherit;
	font-size: 15px;
	margin-bottom: 16px;
	border-radius: 2px;
}
.aomo-form button[type=submit]{
	display: inline-block;
	background: #0F1E3D;
	color: #fff;
	padding: 14px 30px;
	border: 1px solid #0F1E3D;
	border-radius: 2px;
	font-weight: 600;
	font-size: 14.5px;
	cursor: pointer;
}
.aomo-form button[type=submit]:hover{ background: #081227; }

.aomo-notice{
	padding: 14px 18px;
	margin-bottom: 20px;
	border-radius: 2px;
	font-size: 14.5px;
}
.aomo-notice.aomo-success{ background: #e7f5ec; color: #1c5a36; border: 1px solid #b9e2c8; }
.aomo-notice.aomo-error{ background: #fbe9e9; color: #8a2222; border: 1px solid #f3c2c2; }

.aomo-whatsapp-float{
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 56px;
	height: 56px;
	background: #25D366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(0,0,0,.25);
	z-index: 9999;
	transition: transform .2s ease;
}
.aomo-whatsapp-float:hover{ transform: scale(1.08); }

@media (max-width: 500px){
	.aomo-whatsapp-float{ width: 50px; height: 50px; bottom: 16px; right: 16px; }
}
