.grecaptcha-badge {
    visibility: collapse !important;  
}

.row-recaptcha a {
	color: inherit;
    font-size: inherit;
    text-decoration: underline;
    font-weight: 300;
}

.careers-form input[type=email] {
    font-size: 2.4rem;
    font-weight: 300;
    color: #939393;
    width: 100%;
    height: 45px;
    padding: 0 5px;
    background-repeat: no-repeat;
    background-position: right;
	border: none;
    border-bottom: 1px solid #bdc3c7;
}

.accept-terms-form {
	font-size: 3.4rem;
	font-weight: 300;
	color: #939393;
}
input[type=checkbox] {
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 0.8rem;
}