body {font-size: 1.3em; margin: .5em}
.section {max-width:30em;}
.subsection {padding:0.8em}
.textInput {width:75%; display:inline-block;}
.loginBtn {padding-left:1em; padding-right:1em; font-weight:bold; margin-right:1em;}
.toggle_pwd {cursor:pointer; font-size: 1.4em; opacity:30%; width:9%;}
.toggle_pwd:hover, .toggle_pwd:active {opacity:100%}
.help-block {display:block;}
.has-error .help-block {color:#ff9593;}
@media (prefers-color-scheme: light) {
	.textInput {border: 2px solid lightgrey;} /* all other textboxes are on dark bg's i guess */
	.has-error .help-block {color:#a94442;}
}
