body {
  margin: 0;
}
.campo {
  margin-bottom: 8px;
}
.campo .label {
  width: 100%;
  color: #444;
  font-family: 'Segoe UI', 'Open Sans';
  font-weight: normal !important;
}
.campo .input {
  width: 100%;
  height: 40px !important;
  margin-top: 3px;
  box-sizing: border-box;
  padding-left: 10px;
  font-family: 'Segoe UI', 'Open Sans' !important;
}
.botao {
  background-color: #d90e0e;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  color: #ffffff;
  font-family: 'Segoe UI', 'Open Sans';
  font-size: 1rem;
  margin-top: 16px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75);
  transition: 0.12s all;
  outline: none;
}
.botao:hover {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.55);
}
.botao:active {
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.45);
}
.inputcampo {
  width: 100%;
  height: 35px !important;
  margin-top: 3px;
  padding-left: 10px;
  font-family: 'Segoe UI', 'Open Sans' !important;
  border-radius: 10px;
}
#modal {
  font-size: 12px;
  width: 100%;
  min-height: 355px;
  max-width: 800px;
  max-height: 90vh !important;
  box-shadow: none;
}
#modal:not(.gmodelo-modal) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
@media only screen and (max-width: 640px) {
  #modal {
    width: 94%;
  }
}
#fundo {
  width: 100%;
  height: 100%;
  max-width: 350px;
  max-height: 90vh !important;
  padding: 25px 20px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  overflow-y: auto;
  border-radius: 20px;
}
#fundo:not(.gmodelo-modal) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
@media only screen and (max-width: 640px) {
  #fundo {
    width: 94%;
  }
}
#logo-wrapper {
  padding: 0 8px;
  margin-bottom: 18px;
  text-align: center;
  position: relative;
}
#logo-wrapper #logo {
  max-width: 100%;
  max-height: 100%;
}
#mensagem {
  width: 100%;
  margin-top: 12px;
  text-align: center;
  color: indianred;
  font-weight: bold;
  font-size: 14px;
}
