
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  body {
    font-family: Poppins;
    font-size: 14px;
    margin: 0;
    color: #999;
    padding: 10px;
overflow: hidden;
background-color: #692626;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #aaaaaa72;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #692626;
    border-radius: 10px;
}

  input, textarea, select, button {
      font-family: Poppins; }

  p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0; }

  img {
    max-width: 100%; }

  ul {
    padding-left: 0;
    margin-bottom: 0; }

  a {
    text-decoration: none; }

  :focus {
    outline: none; }

    .custom-alert-error {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 300px;
        background-color: #b61c1cec;
        color: #fff;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(6, 6, 6, 0.2);
        display: flex;
        align-items: center;
        z-index: 1060;
        border: 0
    }

    .custom-alert {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 300px;
        background-color: #1a6501ec; /* Success color */
        color: #fff;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(6, 6, 6, 0.2);
        display: flex;
        align-items: center;
        z-index: 1060;
        border: 0
    }

    .alert-text {
        flex-grow: 1;
        margin-right: 10px;
        font-size: 16px;
    }

    .closeAlert {

        font-size: 15px;
        cursor: pointer;
    }

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

  .inner {
    position: relative;
    width: 435px; }

  .image-1 {
    position: absolute;
    bottom: -12px;
    left: -191px;
    z-index: 99; }

  .image-2 {
    position: absolute;
    bottom: 0;
    right: -129px; }

  form {
    border-radius: 9px;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 66px 61px 66px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

  h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-family: Poppins;
    color: #333;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 33px; }

  .form-holder {
    position: relative;
    margin-bottom: 21px; }

        .fontbrown{
          color: brown;
        }
  .custom-form-control {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    width: 100%;
    height: 38px;
    background: none;
    color: #666;
    font-family: Poppins;
    font-size: 16px; }
    .custom-form-control::-webkit-input-placeholder {
      font-size: 14px;
        font-family: Poppins;
      color: #999;
      transform: translateY(1px); }
    .custom-form-control::-moz-placeholder {
      font-size: 14px;
        font-family: Poppins;
      color: #999;
      transform: translateY(1px); }
    .custom-form-control:-ms-input-placeholder {
      font-size: 14px;
        font-family: Poppins;
      color: #999;
      transform: translateY(1px); }
    .custom-form-control:-moz-placeholder {
      font-size: 14px;
        font-family: Poppins;
      color: #999;
      transform: translateY(1px); }
    .custom-form-control:focus {
      border-bottom: 1px solid #7d2525; }

  button {
    border-radius: 9px;
    border: none;
    width: 100%;
    height: 49px;
    margin-top: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #7a2929;
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 15px;
    letter-spacing: 2px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden; }
    button span {
      position: relative;
      z-index: 2; }
    button:before, button:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: rgba(213, 84, 84, 0.25);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    button:after {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    button:hover:before, button:hover:after {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }

  @media (max-width: 991px) {
    .inner {
      width: 400px;
      left: 4%; }
      .brand{
        justify-content: center;
      } }
  @media (max-width: 767px) {
    .inner {
      width: 100%;
      left: 0; }

    .image-1, .image-2 {
      display: none; }

    form {
      padding: 35px;
      border-radius: 9px;
       width: 100%

    }
      .brand{
        justify-content: center;
      }

    .wrapper {
      background: none; } }

  /*# sourceMappingURL=style.css.map */
.brand{
    font-size: 18px;
    font-weight: 900;
    height: 25px;

    padding-left: 20px;
    display: flex;
    align-items: center;

    color: whitesmoke;
    position: sticky;
    top:10px;
    left: 0;
    background:#692626 ;
    z-index: 500;

    box-sizing: content-box;
}
