@import url("//fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); 

html, body {
height: 100%;
width:100%;  
background-color:#fff; 
}
  

* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
color:#333333;
text-decoration: none;
text-align:left;
margin:0; 
padding:0;
border:0px;
list-style:none; 
letter-spacing:normal;
/*-webkit-text-size-adjust: 100%; 
-webkit-appearance: none;*/
border-radius:0px;
z-index:1;font-size: 14px;
font-family:"Poppins",Arial, Helvetica, sans-serif;
font-weight:500 ;
background-repeat: no-repeat;
}

#wrapper{ width:1150px ; max-width:100% ; margin:6px auto; padding: 0 20px  ; position:relative;  z-index:1; height: calc(100vh - 230px); }

p{ margin: 6px auto}


/* reject and process pages */
 

#header{ width: 100%; height: 80px; margin: 0 auto 30px auto}
#logoText{ text-align: center; margin: 0 auto;height: 80px;line-height: 80px; font-size: 30px;}
#logoImg{padding: 5px;  margin: 0 auto;width: 150px; height: 100%; background-position:  0% 50%; background-image: url("../logo.png"); background-size: contain  }

#wrapper p{ margin: 8px auto; text-align: center;}
#wrapper p, #wrapper p a,  #wrapper p strong{ font-size: 16px; font-weight: 400}
.pagetitles{ text-align: center;font-size: 24px;margin: 8px auto;  font-weight: bold}
h5{ text-align: center; margin: 0 auto 30px auto;  font-size: 24px;}/*job */
 #wrapper p a{ color: #006699; text-decoration: underline}

#footer{ padding:  0px;  background: #fff; margin: 0px auto; text-align: center}
#footer p { margin: 2px auto; text-align: center;font-size: 15px; padding:0}
#footer strong.companyName{  font-size: 16px; margin: 2px auto; text-align: center;display: block;font-weight: bold;}
#footer a{ font-weight:400; color: #006699}
#footer p span.spacer{ padding: 5px}

@media only screen and (max-width:1120px){/* mb*/
#footer p span.spacer{ display: block; padding: 0; clear:both;}
}

#footer #company_website a{  color: #333; }
 
#reset{ position: fixed; right: 5px; bottom: 5px; width: 80px; height: 80px; background: #fff;}

