body {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-size: cover;
  background-repeat: no-repeat;
}

.height-size {
  height: 100vh;
  width: 100%;
}

html {
  font-family: 'Roboto';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #bbbbbb;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  text-align: center;
}

#form-parceiro {
  max-width: 720px;
  width: 95%;
  background-color: #000000;
  padding: 20px;
  border-radius: 0px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #f9f9f9;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  opacity: 0.90;
}

#form-parceiro {
  max-width: 720px;
  width: 95%;
  background-color: #000000;
  padding: 20px;
  border-radius: 0px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #f9f9f9;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  opacity: 0.90;
}

