.submit {
    background: #0A4BAD;
    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;
    border-radius: 15px;
}
.secure {
    width: 100%;
    background: rgba(11, 78, 174, 0.68);
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 20px 0 0;
}
#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: #5E18EB;
}
#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: #ddd;
    margin-bottom: 5px;
    border-radius: 15px;
    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;
}