/* Enter Your Custom CSS Here */
.wpcf7-list-item-label {
	color: white;
	font-weight: 300;
	font-family: raleway;
}

.wpcf7-response-output {
	color: white;
	border: 2px solid #DFAB55;
	font-weight: 300;
	font-family: raleway;
}

.wpcf7-display-none {
	color: white;
	border: 2px solid #DFAB55;
	font-weight: 300;
	font-family: raleway;
}

.wpcf7-mail-sent-ok {
	color: white;
	border: 2px solid #dfab55;
	font-weight: 300;
	font-family: raleway;
}
.register-form .hero-input {
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    color: #376080;
    background: rgba(255, 255, 255, 0.6);
		font-family: raleway;
	}

.register-form .hero-input::-webkit-input-placeholder {
	color:#376080
}

.register-form .hero-input::-moz-placeholder {
	color:#fff;
}

.register-form .hero-input:-ms-input-placeholder {
	color:#376080
}

.register-form .hero-input:-moz-placeholder {
	color:#376080;
}
