body {
    font: 12px/20px Helvetica Neue, bold, sans serif;
    background-color: #3C3C4A;
    color: #000
}
#form1 .text-input, #form1 textarea {

    background: #fff;
    color: #134272;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding: 1%;
    outline: none;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.submit {
    background:#C4A884;
    padding: 10px 10px;
    margin-top: 20px;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #888;
    font-size: 18px;
    border-radius: 10px;

#capticha_img {
    padding-top: 10px;
    max-width: 100%;
    margin-bottom: 10px;