@import url('https://fonts.googleapis.com/css?family=Poppins');
/*  basic page styles */
body { font-family: 'Poppins', sans-serif; font-size: .875em; line-height: 1.4em; color: #66666e; margin: 0px; padding:0;}
th, td, div, span, a, p {  font-family: 'Poppins', sans-serif;  font-size: 1.0em; line-height: 1.4em; }
td { font-size: .9em; color: black; }
th { font-size: 1.05em; }

a { color:#ea6020; text-decoration:underline; }
a:hover { color:#000; text-decoration:none; }

.warning { color: #ff0000; }

div#cpassremoteentry p { }
div.labelbox { clear: left; font-weight: 400; padding:20px 0px; text-align:left; width: 100%; }
input {  max-width: 98%; border-radius: 14px; border: solid 1px #999; padding: 10px 20px; }
div.inputgroup { padding-bottom: 10px; }
div.buttonbox { }
div.buttonbox { text-align:left; }
input.button_if { font-family:'Poppins', sans-serif; margin-top: 5px; font-size:1em; background-color:#ea6020; color:#fff; border:none; padding: 10px 20px; border-radius: 14px; }
input.button_if:hover { background-color:#000;}



