body {
  font-family: "Montserrat", arial, sans-serif;
}

button:not([disabled]) {
  cursor: pointer;
}

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e9ecef;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.logo {
  font-family: 'Baloo Da', cursive;
  font-size: 50px;
}

.logo span {
  color: #dc3545;
}

input, select {
  height: 45px !important;
}

.logo-rede-cred-login {
  max-width: 250px; margin-bottom: 10px;
}

.envelope-login {
      background: #fff;
    text-align: center;
    margin-top: 35px;
    border-radius: 4px;
    box-shadow: 1px 1px 8px #ccc;
}

.link-redefinir-senha {
  color: #b9b7b7;
  text-decoration: underline;
}

.opcoes-valor-credito li {
  font-size: 20px;
  cursor: pointer;
  text-align: left;
}

.opcoes-valor-credito li a {
  color: #000;
  text-decoration: none;
}

.opcoes-valor-credito li.active {
  background: #dc3545;
  border: 1px solid #dc3545 ;
  border-color: #dc3545;
}

.cinza li.active {
  background: #5c5c5c;
  border-color: #5c5c5c;
}

.opcoes-valor-credito li.active a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.opcoes-valor-credito i {
  float: left;
  margin-top: 5px;
}

.opcoes-valor-credito li.list-group-item:first-child {
      border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.opcoes-valor-credito li.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.imagem-cidade {
  background-position: center;
  background-image: url(https://app.redecredconsultas.com.br/assets/img/fundo-cidade.jpg);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {

  .imagem-cidade {
        background-image: none;
  }


    /* For mobile phones: */
    body {
      background: #fff;
      display: flex;
      align-items: center;
      padding-top: 0px;
      padding-bottom: 10;
    }

    .envelope-login {
      box-shadow: none;
      margin-top: 0px !important;
    }

    .grecaptcha-badge {
      display: none !important;
    }

    .no-show-mobile {
      display: none;
    }

    .no-overflow-mobile {
      overflow-y: hidden !important;
      overflow-x: hidden !important;
    }

    .btn-default {
        background: #e9ecef !important;
    }

    .box {
      background: #e9ecef !important;
    }

    .modal-dialog {
      margin: 0px;
      height: 100%;
      width: 100%;
    }

    .modal-content {
      border: none;
      border-radius: 0px;
      height: auto;
      min-height: 100%;
    }

    .modal-header {
      border: 0;
    }

    .modal-footer {
      justify-content: center;
    }

    .modal-title {
      width: 100%;
      text-align: center;
    }
}

.box {
  background: #fff;
  padding: 20px;
  text-align: center;
  height: 210px;
  margin-bottom: 20px;
}

.square-numero {
  background: #dc3545;
  padding: 12px;
  border-radius: 133px;
  width: 70px;
  height: 70px;
  font-size: 30px;
  color: #fff;
  margin: 0 auto;
  margin-top: -55px;
  margin-bottom: 15px;
}

.depoimento {
  padding: 15px;
  background: #e2e2e2;
  font-size: 14px;
  height: 155px;
  margin-top: 10px;
  text-align: initial;
}

.depoimento div.cidade {
  color: #636262;
  font-size: 12px;
}

.depoimento p {
  font-size: 14px;
  height: 55px;
}

.estrelas i {
  color: #ccc;
  font-size: 20px;
}

.estrelas i.green {
  color: #FFC107;
  font-size: 20px;
}