body {
    background-color: #FFFFFF;
    font-family: Itau Display, Segoe UI, sans-serif;
  }

  hr {
    margin-top: 1rem;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #EC7000 !important;
    color: #EC7000 !important;
  }

  .btn-itau-primary {
    background-color: #EC7000 !important;
    color: #FFFFFF !important;
    border-color: #EC7000 !important;
  }

  .btn-itau-primary:hover {
    background-color: #bd5a00 !important;
    color: #FFFFFF !important;
    border-color: #bd5a00 !important;
  }

  .btn-itau-secondary {
    background-color: #003399 !important;
    color: #FFFFFF !important;
    border-color: #003399 !important;
  }

  .btn-itau-secondary:hover {
    background-color: #002775 !important;
    color: #FFFFFF !important;
    border-color: #002775 !important;
  }

  .btn-itau-sso {
    background-color: #FFFFFF !important;
    color: #003399 !important;
    border: 1.5px solid #EC7000 !important;
  }

  .btn-itau-sso:hover {
    background-color: #EC7000 !important;
    color: #FFFFFF !important;
    border-color: #EC7000 !important;
  }

  .itau-text-primary {
    color: #EC7000 !important;
  }

  .itau-text-secondary {
    color: #003399 !important;
  }

  .sidebar {
    height: 50%;
    background-color: #EC7000;
    overflow-x: hidden;
    padding-top: 20px;
  }

  .main {
    margin-top: 20px;
    padding: 0px 10px;
  }

  .login-main-text {
    padding: 30px;
    color: #FFF;
  }

  .login-main-text h2 {
    font-weight: 700;
  }

  .login-main-text p {
    font-weight: 100;
  }

  .login-main-text p:nth-child(2) {
    margin-bottom: 0 !important;
  }

  .formc-itau-primary:focus {
    border-color: #EC7000 !important;
    box-shadow: 0 0 0 0.2rem rgba(236, 112, 0, 0.25) !important;
  }

  .tooltip-inner{
    max-width: 250px !important;
  }

  @media screen and (max-height: 450px) {
    .sidebar {
      padding-top: 15px;
    }
  }

  @media screen and (max-width: 450px) {
    .login-form {
      margin-top: 10%;
    }
  }

  @media screen and (min-width: 768px) {
    .main {
      margin-left: 40%;
    }

    .sidebar {
      height: 100%;
      width: 40%;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
    }

.fz28 {
  font-size:28px;
}

.fz18 {
  font-size:18px;
}

.img-fluid-icliente {
  height: 45px; 
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
}

    .login-main-text {
      margin-top: 20%;
    }

    .login-form {
      margin-top: 40%;
    }
  }

