main, body {
background: rgba(0, 0, 0, 0.65) ;
border-radius: 20px;
}

.submit {
background: rgb(23, 144, 43);
color: white;
padding: 8px 10px;
width: 200px;
text-align: center;
font-weight: bold
}

.form-label, .checkbox label, .radio label{
color: white;
}

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

#pnl_captcha{
margin-top: 30px;
margin-bottom: 30px
}

.form-label a{
color: white;
text-decoration: underline;