.center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #fff; 
}

.img-right{
    position: fixed;
    width: auto;
    right: 0;
    top: 0;
    text-align: end;
    justify-content: flex-end;
}

.div-login {
    width: 400px;
    height: 470px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.title{
    /* font-family: "Nunito", serif; */
    font-size: 25px;
    color: #3b5158 !important;
}

.card-logos {
    max-width: 100px;
    margin: 0 auto 20px; 
}

.input-group-text {
    background-color: #dc3545; 
    color: white;
}

.form-control {
    border: 1px solid #ddd;
}

.btn-success {
    background-color: #343a40; 
    border: none;
    width: 100%; 
    font-weight: bold;
}

.btn-success:hover {
    background-color: #212529; 
}


.esqueceu {
    color: #007bff;
    text-decoration: none;
    justify-content: right;
    bottom: 22px;
    font-size: 12px;
}

.esqueceu:hover {
    text-decoration: underline;
}

.footer-new {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.img-left{
    position: fixed;
    width: auto;
    left: -15px;
    bottom: 0;
    text-align: end;
    justify-content: flex-end;
}
.btnEntrar{
    background-color: #3b5158;
    color: white;
    padding: 0.5rem;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
}
@media screen and (min-width: 1809px) {
    h2 {
      font-size: 55px !important;
    }
    h3 {
      font-size: 55px !important;
    }
    .card-text {
      font-size: 45px !important;
    }
    #footer-login {
      font-size: 25px !important;
    }
    img.card-logo {
      width: 250px !important;
    }
    .social a {
      font-size: 40px !important;
    }
    .social a i {
      font-size: 45px !important;
    }
  }
  @media screen and (max-width: 1300px) {
    .div-conteudo {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .div-login {
        width: 400px;
        height: 435px;
    }
    .esqueceu {
      font-size: 12px !important;
    }
    .form-control {
      height: calc(2rem + 2px) !important;
    }
    .div-login .bccb {
      padding: 2rem 0 !important;
    }
    .footer-new{
      font-size: 12px !important;
    }
    .poweredbyS4f{
        width: 130px; 
    }
  }
  @media screen and (max-width: 1250px) {
    .card-text {
      font-size: 28px !important;
    }
    a {
      font-size: 12px;
    }
    .div-login .bccb {
      height: 100%;
      padding: 2rem 0 !important;
    }
    .footer-new{
      font-size: 12px !important;
    }
  
  }
  @media screen and (max-width: 1170px) {
    .div-texto {
      display: none;
    }
    .div-login {
      margin: 0 auto;
      flex: 0 0 50%;
      max-width: 50%;
      min-width: 400px;
    }
    .footer-new{
      font-size: 12px !important;
    }
  }
  @media screen and (max-width: 900px) {
    .div-login {
      margin: 0 auto;
      flex: 0 0 70%;
      max-width: 70%;
    }
    h3 {
      text-align: center;
    }
    #footer-login div {
      padding: 10px;
    }
    .footer-new{
      font-size: 12px !important;
    }
  }
  @media screen and (max-width: 700px) {
    .div-login {
      margin: 0 auto;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .footer{
      font-size: 12px !important;
    }
  }
  @media screen and (max-width: 500px) {
    .div-conteudo {
      padding: 0 !important;
    }
    .div-login {
      padding: 9 !important;
      min-width: 100% !important;
    }
    .footer-new{
      font-size: 12px !important;
    }
  }
  @media screen and (max-width: 400px) {
    .div-login {
      padding: 0 !important;
    }
    .footer-new{
      font-size: 12px !important;
    }
  }
