#main, body, main{
padding: 0;
margin: 0;
background: transparent
}

.secure{
background: #539BD9;
}

.submit{
text-align: center;
width: 230px;
text-transform: uppercase;
font-weight: bold;
border-radius: 30px;
background: #539BD9;
color: white
}

.submit:hover{
text-align: center;
width: 230px;
text-transform: uppercase;
font-weight: bold;
border-radius: 30px;
background: #539BD9;
color: white;
opacity: 0.8
}

.form-label{
color: white;
}

div.form-element:nth-child(1), div.form-element:nth-child(2), div.form-element:nth-child(3), div.form-element:nth-child(4) {
display: inline-block;
width: 47%;
}

div.form-element:nth-child(1), div.form-element:nth-child(3) {
margin-right: 6%
}

#form1 .text-input, #form1 textarea{
border-radius: 8px;
padding: 10px
}

.checkbox label, .radio label{
color: white
}

