#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;
    border-top: none;
    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: #e0d9c6;
}
#form1 div {
    position: relative;
}
#dsasec-container {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 300px;
    min-width: 220px;
    padding: 15px 15px 0 15px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    display: grid;
    grid-template-columns: 32% 68%;
    grid-template-rows: 35px 35px 15px;
    justify-items: baseline;
    align-items: center;
    transition: background-color 2s;
    background-color: #eee;
}
#dsasec-container #toggler-wrapper .toggler {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 40px;
    height: 35px;
    padding: 2px;
    background-color: #eee;
}

.submit {
    background: #017234;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    border: none;
    color: #fff;
    -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: #bcad83;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 20px 0 0;
}
.form-label {
    margin-top: 15px;
    display: block;
    color: #bcad83;
}