form{
    padding: 70px 0 0;
}

form h1 {
    letter-spacing: 2px;
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

form label{
    width: 280px;
    float: left;
    font-size: 16px;
    padding: 7px 0 0 90px;
}

form label span{
    border: 1px solid #ff6464;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ff6464;
    font-weight: bold;
    font-size: 10px;
    margin-left: 15px;
    padding: 2px 5px;
}

button {
    display: block;
    margin: 20px auto 0;
    padding: 10px 13px 11px;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    border: 1px solid #24b6ff;
    background: #24b6ff;
    min-width: 235px;
    height: 50px;
}

button:hover{
    color: #24b6ff;
    border: 1px solid #24b6ff;
    background: #fff;
}


form > div > div {
    padding: 0 30px 35px;
}

form > div > div:before, form > div > div:after {
    display: table;
    content: " ";
    clear: both;
}
form > div input[type=text], form > div input[type=email], form > div textarea, form > div select {
    display: block;
    width: 100%;
    max-width: 400px;
    float: left;
    height: 38px;
    padding: 12px;
    font-size: 14px;
    color: #555;
    border: 0;
    background-color: #dbf4ff;
}
form > div textarea {
    min-height: 140px;
}
input[type=radio] {
    margin: 12px 6px 0 0;
    cursor: pointer;
}
input[type="radio"]:last-child {
    margin-left: 40px;
}



body > div > a > button {
    margin-left: 0;
    margin: 0 auto;
    display: block;
}
a + button {
    margin-left: 20px
}
a {
    text-decoration: none;
}
a:focus, a:hover {
    outline: none;
    text-decoration: none;
}
input::-webkit-input-placeholder {
    color: #6dc4ef;
}
textarea::-webkit-input-placeholder {
    color: #6dc4ef;
}
input[type=button] + button {
    display: inline-block;
}
input + div, select + div, textarea + div {
    float: right;
    width: 100%;
    max-width: 520px;
    color: red;
    margin-bottom: -10px;
}
.btn_area{
    text-align: center;
}
.button_fix{
    margin: 20px 25px 0 0;
    padding: 10px 13px 11px;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #000;
    border: 1px solid #d8d8d8;
    background: #d8d8d8;
    min-width: 235px;
    height: 50px;
}
.button_fix:hover{
    color: #7c7c7c;
    background: #fff;
}



@media ( max-width: 768px ) {
    form > div input[type=text], form > div input[type=email], form > div textarea, form > div select{
        max-width: 100%;
        height: 42px;
        font-size: 16px;
    }

    form label{
        width: 100%;
        padding: 0 0 8px 4px;
    }

    input + div, select + div, textarea + div{
        float: left;
        display: inline-block;
        max-width: 100%;
        padding: 4px 0 0 8px;
    }
}
