*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
  }
  
  #loginStyle {
    width: 100%;
    height: 100%;
    /* border-top: 10px solid #F49231; */
    min-height: 100vh;
  }
  @media (max-width: 992px) {
    #loginStyle {
      width: 100%;
      min-height: 100vh;
    }
  }
  #loginStyle .overlay {
    background: url(/images/header-bg-e1624725459102.png?d3ee830b4b39ff4e71ea52849600662a);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    position: absolute;
  }
  #loginStyle::after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #5F3817;
    z-index: -1;
  }
  #loginStyle .container {
    padding: 0px 1em !important;
    position: relative;
  }
  @media (max-width: 992px) {
    #loginStyle .container {
      width: 100%;
      padding: 0 !important;
    }
  }
  #loginStyle .container .logo {
    position: absolute;
    left: 1%;
    top: 1%;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
  }
  @media (max-width: 992px) {
    #loginStyle .container .row {
      width: 100%;
      justify-content: space-between;
      padding: 0 !important;
    }
  }
  @media (max-width: 992px) {
    #loginStyle .container .row .col-md-7 {
      width: 100%;
      align-items: center;
      justify-content: center;
    }
  }
  #loginStyle .container .row .col-md-7 img {
    height: 250px;
  }
  @media (max-width: 992px) {
    #loginStyle .container .row .col-md-7 img {
      height: 100px;
    }
  }

  
  #loginStyle .container .row .col-md-7 .titre h1 {
    font-size: 5rem !important;
    font-weight: 900;
    color: #F49231;
    text-transform: uppercase;
  }
  @media (max-width: 992px) {
    #loginStyle .container .row .col-md-7 .titre h1 {
      font-size: 2em !important;
    }
  }
  #loginStyle .container .row .col-md-7 .titre .xtitre {
    display: flex;
    align-items: center;
  }
  #loginStyle .container .row .col-md-7 .titre .xtitre img {
    height: 100px;
  }
  #loginStyle .container .row .col-md-7 .titre .xtitre h3 {
    font-weight: 900;
    font-size: 4rem;
    text-transform: uppercase;
    color: #fff;
  }
  @media (max-width: 992px) {
    #loginStyle .container .row .col-md-7 .titre .xtitre h3 {
      font-size: 1em !important;
    }
  }
  @media (max-width: 992px) {
    #loginStyle .container .row .col-md-5 {
      width: 100% !important;
      padding: 0 !important;
      margin: 0 !important;
    }
  }
  #loginStyle .container .row .col-md-5 .card {
    border-radius: 20px !important;
    padding: 1em;
  }
  @media (max-width: 992px) {
    #loginStyle .container .row .col-md-5 .card {
      width: 100% !important;
      margin: 0 !important;
    }
  }
  #loginStyle .container .row .col-md-5 .card h3 {
    text-align: center;
    font-weight: 900;
    font-size: 2rem;
    color: #F49231;
    text-transform: uppercase;
  }
  @media (max-width: 992px) {
    #loginStyle .container .row .col-md-5 .card h3 {
      width: 100%;
      font-size: 1rem;
    }
  }
  #loginStyle .container .row .col-md-5 .card form .form-floating input:focus {
    border: 1px solid #F49231;
  }
  #loginStyle .container .row .col-md-5 .card form h3 {
    text-align: center;
  }
  #loginStyle .container .row .col-md-5 .card form button {
    padding: 1em;
    background-color: #F49231 !important;
  }