#mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 30px !important;
    color: #fff;
}
#mc_embed_signup p {
    font-size: 20px;
    color: #fff;
    padding-bottom: 35px;
}

form.subscribe {
    max-width: 500px;
    margin: 0 auto;
    background: rgba(0,0,0,0.7);
    padding: 30px;
    border-radius: 8px;
    top: -70px;
    position: relative;
    text-align: center;
}  
form.subscribe input {
 font-weight: normal;
 color: #2dc2cf;
}
form.subscribe h2, form.subscribe h3 {
    color: #ffffff;
}
form.subscribe button {
    padding: 10px 20px;
	background-color:#35d5e3;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	color:#ffffff;
    text-transform: uppercase;
    font-size: 16px;
    border: 0;
}