/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#form
{
	text-align:center
}

#form input
{
	padding:8px;
	margin-right: -5px;
  width: 30%;
	border: none;
}

#form button
{
		border: none;
    padding: 8px 20px;
    color: #ffffff;
    background-color: #ED7133;
    font-size: 14px;
}

#form h2
{
	  font-weight: 500;
    color: #ffffff;
    margin: 0px;
    font-family: inherit;
    line-height: inherit;
    font-size: 24px;
	  text-align:center
}