#main {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

body {
    font: 12px / 20px helvetica, sans-serif;
    background: transparent;
    color: #444;
}
#form1 .text-input, #form1 textarea {
    font: 12px / 20px helvetica, sans-serif;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    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;
background: transparent;
}


.btn-success {
    color: #fff;
    background-color: #b14545;
    border-color: #b14545;
}


.col-md-12{
    display: none!important;
}


.secure {
    width: 100%;
    background: #b14545;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 20px 0 0;
}