body {font-family: 'Lato', Arial,Helvetica,sans-serif; background-color: #fff;}
a {color: inherit;}
h1 {color: #fff; text-align: center; font-size: 43px; margin-bottom: 20px;}
fieldset {display: block; margin-bottom: 20px;}
legend {font-weight: bold; font-size: 16px; margin-bottom: 10px; line-height: 1.6;}
p {margin-bottom: 15px; line-height: 1.5;}
.errmsg {font-weight: bold;}

header {padding: 2%; background-color: #fff; position: fixed; width: 96%; z-index: 90; border-bottom: 1px solid #999;}
header #header_logobar {display: flex; justify-content: space-between; align-items: center; text-align: right;}
header #header_logobar img {max-width: 268px; width: 100%;}
header #appname {color: #000; font-size: 30px; padding-top: 0px; padding-bottom: 0px;}

img#banner {width: 100%; height: auto; margin-top: 90px;}
main {min-height: 400px; padding: 20px; padding-top: 130px; background-color: rgb(43 146 151);}
main #content {width: 90%; max-width: 651px; padding: 4%; margin-left: auto; margin-right: auto; background-color: #fff; margin-bottom: 20px;}
main #intro {margin-bottom: 30px;}
main #assessment label {display: block; margin-bottom: 5px; margin-right: 5px; white-space: nowrap;}
main .btn {padding: 15px 40px; color: #fff; background-color: rgb(43 146 151); border: 0 none;}
main #submit-row {text-align: center; margin-top: 30px; margin-bottom: 20px;}
main #signup label span {display: block; font-weight: bold; margin-bottom: 10px;}
main #signup label input {width: 100%; font-size: 14px; line-height: 2.0;}
main#front {padding-top: 0px;}
main#front #content {margin-top: -8%; position: relative; z-index: 10;}

#sebi {margin-top: 3.0em;}
#sebi p {font-size: 120%; text-align: center; font-weight: bold;}
#sebi img {display: block; margin-top:1em; margin-bottom: 1em; max-width: 343px; width: 100%; margin-left: auto; margin-right: auto;}

footer {font-size: 12px; color: #fff; background-color: #fff; padding-top: 54px; padding-bottom: 54px; text-align: center;}
footer #footer_logobar {padding-left: 10px; padding-right: 10px;}
footer #footer_logobar img {max-width: 230px; width: 100%;}
footer #footer_socialbar {padding-top:20px; padding-bottom: 11px;}
footer #footer_socialbar ul {list-style-type: none; display: inline-block; margin-left: auto; margin-right: auto;}
footer #footer_socialbar ul li {display: inline-block; margin: 5px;}
footer #footer_copyrightbar a {text-decoration: none;}

@media (max-width: 475px) {
	header #header_logobar {display: block; text-align: center;}
	header #appname {padding-top: 8px; padding-bottom: 8px; font-size: 16px}
}