/* // telas de login */
.cid-tKv74QMzf5 {
    padding-top: 2rem;
    padding-bottom: 5rem;
    background-color: #f0f0f0;
  }
  .cid-tKv74QMzf5 .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
  }
  .cid-tKv74QMzf5 form.mbr-form {
    border-radius: 10px;
    background-color: #fafafa;
  }
  @media (min-width: 992px) {
    .cid-tKv74QMzf5 form.mbr-form {
      padding: 3rem 2rem;
      width: 60%;
    }
  }
  @media (max-width: 991px) {
    .cid-tKv74QMzf5 form.mbr-form {
      padding: 1rem;
    }
  }
  .cid-tKv74QMzf5 form.mbr-form .mbr-section-btn {
    text-align: center;
    width: 100%;
  }
  .cid-tKv74QMzf5 form.mbr-form .mbr-section-btn .btn {
    width: 100%;
  }
.theme-box-alt {
    text-align: center;
    padding: 5px 5px;
    border-top: 1px solid #e6e6e6;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}

.theme-box-alt-1 {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    background: #ffffff;
    padding: 5px 5px;
}

.theme-form-group {
    margin-bottom: 20px;
    opacity: 70%;
}

.theme-form {
    margin-bottom: 20px;
}

.theme-header {
    padding: 2rem;
}

.theme-title {
    margin-bottom: 0;
    margin-top: 0;
    color: #000000;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}

.theme-subtitle {

    margin-top: 2rem;
    margin-bottom: 0;
    color: #616161;
    text-align: center;
}

.theme-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 30px;
}

.theme-body {
    margin-top: 4rem;
    margin-bottom: 0;
}

.theme-terms {
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 0 30px;
    color: #727272;
    font-size: 13px;
}

.theme-terms a {
    color: #595959;
    font-weight: bold;
}

.theme-box-end {
    padding-bottom: 20px;
}

.small-login {
    opacity: 70% !important;
    font-size: 0.875em;
}

/*Bootstrap*/

.form-group {
    margin-bottom: 15px;
}

.btn {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    letter-spacing: 0.75px;
    font-size: 13px;
    position: relative;
    font-weight: 700;
    font-family: 'Roboto', helvetica, Arial, sans-serif;
}

.btn-uc {
    text-transform: uppercase;
}

.btn-dark {
    background: #595959;
    color: #fff;
    border-color: #404040;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-lg {
    padding: 20px;
    font-size: 17px;
}

/* Text */
.text-login {
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-top: 0.8rem;
    white-space: nowrap; /* Impede que o texto quebre */
}

.text-terms{
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: 0.8rem;
}

.text-login::before {
    content: attr(data-text);
}

/* Esconde o texto quando a tela for menor que 480px */
@media (max-width: 480px) {
    .text-login::before {
        display: none;
    }
}

