#main {
    padding: 0;
    background: transparent;
}

body {
    font-size: 16px;
    line-height: 120%;
    background: transparent;
}

.secure {
    background: #f9a51f;
    border-radius: 5px;
}

.submit {
    background: #195a9e;
    color: #fff;
    width: auto;
    border-radius: 5px;
}

#form1 .text-input,
#form1 textarea {
    background: #fff;
    border: 2px solid #195a9e;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px;
}

label {
color: #185a9e;
}

a {
    color: #195a9e;
    font-weight: 700;
}