@import url('https://fonts.googleapis.com/css?family=Noto+Serif&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body {font-family: Open Sans, sans-serif}
#form1 .text-input, #form1 textarea {border: none;background: #fff}
#form1 div {margin-bottom: 20px;}
#pnl_captcha {margin-top: 60px;padding-top: 20px;background: #fff;max-width: 250px;}
#main {padding: 50px 5%;}
.form-label {font-family: Noto Serif, serif;font-weight: normal;font-size: 16px;color: #424242}

.submit {background: #424242; border: none; width: 200px; text-align: center; color: #fff; font-family: Noto Serif, serif; font-size: 16px;}
.submit:hover {background: #fdc501; border: none; width: 200px; text-align: center; color: #424242; font-family: Noto Serif, serif; font-size: 16px;}
a {color: #424242; text-decoration:underline;}
a:hover {color: #fdc501; text-decoration:none;}

#form1 .text-input, #form1 textarea {border-left: 1px solid #424242;border-bottom: 1px solid #424242;}
#form1 .text-input:hover, #form1 textarea:hover {border-left: 1px solid #fdc501;border-bottom: 1px solid #fdc501;}