.form-login {
  z-index: 1;
  background: #FFFFFF;
  width: 30%;
  min-width: 300px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -65%);
}

.div-login{
  border-radius: 30px;
  border-color: #6198cf;
  border-style: solid;
  padding: 20px;
}

.form {
  z-index: 1;
  background: #FFFFFF;
  margin: 0 auto 0px;
  padding: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  width: 90%;
  border-radius: 8px;
  display: inherit;
  min-height: 570px;
  margin-bottom: 40px;
}

.divform{
  width: 90%;
  position: relative;
  z-index: 0;
  background: #FFFFFF;
  max-width: 100%;
  min-height: 581px;
  margin: 0 auto 20px;
  padding: 20px 30px 30px 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 8px;
}



.divform-pesquisa{
  width: 90%;
  position: relative;
  z-index: 0;
  background: #FFFFFF;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 20px 30px 30px 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 8px;
}

.button {
  outline: 0!important;
  background: white;
  padding: 15px;
  color: #6198cf;
  font-size: 14px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: bold;
  min-width: 100px;
  border-color: #6198cf;
  border-width: medium;
}

.button:hover{
  background: #6198cf;
  color: #FFFFFF;
  font-weight: bold;
text-shadow: -1px -1px white, 1px 1px #333;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 100%;

}
@media only screen and (max-width: 479px){
    #container { width: 90%; }
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
body {
  font-family: 'RobotoRegular', Helvetica, Arial, sans-serif !important;
  background-color: #6198cf !important ;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

