form {
    margin: 20px auto;
    width: 100%;
    max-width: 650px;
    padding: 30px;
}

input {
    font-family: Arial, sans-serif;
    font-size: 16px;
}

select {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 15px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

input[type=radio] + div {
    height: 0;
    padding: 0;
    overflow: hidden;
}

input[type=radio]:checked + div {
    height: auto;
    padding: 20px 0;
}

input[type=text], input[type=email] {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 15px;
}

button[type=submit] {
    display: inline-block;
    height: 55px;
    padding: 5px 45px;
    background: #C5A075;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 20px 0 0 0;
    cursor: pointer;
}

button[type=submit]:hover,
button[type=submit]:active,
button[type=submit]:focus {
    background: #f26f69;
    color: #fff;
}

fieldset {
    margin: 0 0 10px 0;
}

label {
    display: block;
    margin: 0 0 20px 0;
}

.radios label {
    display: inline;
    margin: 0;
}

small {
    color: #999;
}

fieldset {
    border: 1px solid #C5A075;
    padding: 15px 30px;
}

legend {
    color: #C5A075;
    padding: 0 10px;
}
