body {
    font: 12px / 20px helvetica, sans-serif;
    background: transparent;
    color: #444;
}
#main {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#form1 .text-input, #form1 textarea {
    font: 12px / 20px helvetica, sans-serif;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: none;
    background: #ddd;
    border-top: none;
    border-color: #ddd;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding: 1%;
    outline: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 20px;
}

.form-label {
    margin-top: 15px;
    display: block;
    color: #1D277C;
}
.submit {
    background: #F5B82F;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100px;
    text-align: left;
    border-bottom: none;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
}
.secure {
    width: 100%;
    background: #1D277A;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 20px 0 0;
}