html body {
  text-align: center;
}
body {
  text-align: center;
}

.vanilla-form{
	max-width: 250px;
	position: relative;
	text-align: center;
	z-index: 100;
	margin: 0 auto;
	top: 4970px;
}

input[type="submit"]{
	color: black;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Myriad Pro';
    background-color: #d2a014;
    border-color: #d2a014;
    border: 0;
    width: 115px;
    margin-left: 135px;
    height: 30px;
}

input[type="text"], input[type="email"]{
	font-family: 'Myriad Pro';
    font-size: 1em;
    display: block;
    width: 250px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    margin-bottom: 1em;
    padding: 1em;
    background-color: #ffffff;
    border: 1px solid #d2a014;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 5px #dddddd;
    -webkit-box-shadow: 0 0 5px #dddddd;
    box-shadow: 0 0 5px #dddddd;
    -webkit-font-smoothing: antialiased !important;
}

textarea{
	font-family: 'Myriad Pro';
	height: 200px;
	width: 250px;
    resize: vertical;
    font-size: 1em;
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    margin-bottom: 1em;
    padding: 1em;
    background-color: #ffffff;
    border: 1px solid #cecece;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 5px #dddddd;
    -webkit-box-shadow: 0 0 5px #dddddd;
    box-shadow: 0 0 5px #dddddd;
    -webkit-font-smoothing: antialiased !important;
    
	
}

.notification-box{
	font-family: "Myriad Pro";
    font-size: 14px;
    color: red;
    margin-top: 15px;
}



.center {
  text-align: center;
}

