html{
    background-color:#dc9213 !important;
}

#main {
margin:50px;
}

body {
    font: 12px / 20px helvetica, sans-serif;
    background: transparent;
    color: #fff;
}
#form1 .text-input, #form1 textarea {
    font: 12px / 20px helvetica, sans-serif;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
    border-top: 2px solid;
    border-color: #fff;
    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;
background: transparent;
}
.form-label {
    margin-top: 15px;
    display: block;
    color: #fff;
}
.secure {
    width: 100%;
    background: #0F1D2C;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 20px 0 0;
}
.submit {
    background: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    border: 2px solid;
    color: #dc9213;
    border-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    border-bottom: 0px solid #fff;
}

a {color: #fff; text-decoration: underline;}
#toggler-wrapper .toggler {background-color: #e6e6e6;}
#toggler-wrapper .toggler #dsasec-field {color: #444;}