@import url('https://fonts.googleapis.com/css2?family=Pontano+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
/*  basic page styles */
body {  font-family: 'Pontano Sans', sans-serif; font-size:1.0625em; line-height: 1.8em; color: #3f4a49; }
p, div, td, th { font-size:1em; }
td { font-size: 1em; color: #3f4a49; }
th { font-size: 1.1em; }

a {
	color: #b33807; text-decoration: none; 
}
a:visited {
}
a:hover,
a:focus,
a:active { color: #b33807; text-decoration: none; 
}

.warning { color: #ff0000; }

div#cpassremoteentry p { }
div.labelbox { margin-top:5px; }
input { border:solid 1px #ccc; border-radius: 0; width:80%; background-color:#fff; padding: 24px 5px; }
div.inputgroup { }
div.buttonbox { clear:both; margin-top: 5px; }
input.button_if { width:auto; color: #fff; background-color: #b33807; font-weight: 500; font-size: .95em; padding: 24px 34px; border-radius: 0; border:none; }




