#main {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    background: #f2f2f2;
}
.submit {
    background: #e32322;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    color: #ddd;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #888;
}
.secure {
    width: 100%;
    background: #262626;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 20px 0 0;
}