/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
  .form-head{
 text-align: center;
		margin-bottom: 2rem;
  }
.form-head h2{
	font-weight: 700;
}
form{
		text-align: left !important;
}
label{
	text-align: left !important;
	display: block;
	margin-top: 15px;
	font-weight: 600 !important;
}
.btn-sbmt{
	display: block;
	padding-left: 8px;
	width: fit-content !important;
}
input, textarea, select{
	border-radius: 17px !important;
}
.checkbox{
	display: inline;
	width: auto !important;
		border-radius: 4px !important;
	-webkit-appearance: auto !important;
}
