main, #main {
padding: 0;
margin: 0
}

.secure {
background: #253D7F;
}

#dsasec-func-box {
flex-wrap: wrap
}

.submit {
background: #FFF200;
color: black;
border-radius: 20px;
font-weight: bold;
text-align: center;
width: 100%;
max-width: 250px;
}

#form1 .text-input, #form1 textarea {
    border: none;
    background: #eaeaea;
    border-radius: 20px;
}