body {
background-color: transparent;
color: #fff;
font-family: serif;
}
.container {
background-color: transparent;
border: none;
max-width: 80%;
padding: 0;
text-align: center;
}
.form-column {
margin-bottom: 0;
}
.form-column:not(:first-of-type) {
margin-top: 60px;
}
.label {
font-size: 18px;
font-weight: 300;
margin-bottom: 20px;
}
.badge-required {
font-size: 14px;
}
input[type="text"], input[type="url"], input[type="email"], input[type="tel"] {
color: #222;
font-size: 16px;
height: 3em;
max-width: 100%;
padding: 0 10px;
width:100%;
}
textarea {
color: #222;
font-size: 16px;
height: 12em;
min-width: 0;
padding: 10px 10px 0;
width: 100%;
}
.help-block, .description-block {
color: #fff;
margin: 30px 0 0;
}
a {
color: #fff;
text-decoration: underline;
}
a:hover {
color: #fff;
text-decoration: none;
}
.br-pc-none {
display: none;
}
.button-group {
margin-top: 30px;
}