html,body {
  font-family: 'Open Sans', serif;
  font-size: 14px;
  font-weight: 300;
}
.hero.is-success {
  background: #f2f7fa;
}
.hero .nav, .hero.is-success .nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input {
  font-weight: 300;
}
p {
  font-weight: 700;
}

/* TELA LOGIN */
body#body{
  background:#e9eae5;
 
 }
 
 header{
   padding-top: 100px;
   padding-bottom: 50px;
   color:black;
   text-align: center;
 
 }
 section#section{
   background: white;
   border-radius: 15px;
   padding: 20px;
   width: 450px;
   margin: auto;
   color:black;
   box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.603);
 
 }
 p#errologin{
   font-size: 14px;
   text-align: center;
   margin: auto;
   color: red;
 }
 div#errosenha{
  margin-top: 10px;
 }
 
 
 button#entrar{
   margin-top: 20px;
   font-size: 20px;
   align-items: center;
   text-align: center;
   width: 250px;
 }
 div.input-group{
   padding: 5px;
 }
 div#form{
   text-align: center;
   align-items: center;
 }
 p#copyright{
   font-size: 15px;
   text-align: center;
   margin-top: 10px;
 }
 p#titulosistema{
   font-size: 16px;
   font-family: Georgia, 'Times New Roman', Times, serif;
 }

 /*# G-CAPTCHA CENTRALIZAR */

#robo {
  display: inline-block;
}