html,body {
    font-family: "Montserrat", sans-serif;
    background: #f7edd5;
    width: 100%;
    height:100%;
  }
  .sign-area {
    width: 70%;
    transform: scale(0.95);
    margin: auto;
    margin-top: -40px;
  }
  .container {
    max-width: 800px;
    margin-bottom: 20px; 
  }
  a {
    display: inline-block;
    text-decoration: none;
  }
  input {
    outline: none !important;
  }
  h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700;
  }
  section#formHolder {
    padding: 50px 0;
  }
  .brand {
    padding: 20px;
    background-size: cover;
    background-position: center center;
    color: #fff;
    min-height: 540px;
    position: relative;
    box-shadow: 0 0 3px rgba(60, 255, 0, 0.74);
    transition: all 0.6s cubic-bezier(1, -0.375, 0.285, 0.995);
    z-index: 9999;
  }
  .brand.active {
    width: 100%;
  }
  .brand::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: -1;
  }
  .brand a.logo {
    color: #f95959;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1em;
  }
  .brand a.logo span {
    font-size: 30px;
    color: #fff;
    transform: translateX(-5px);
    display: inline-block;
  }
  .brand .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.6s;
  }
  .brand .heading.active {
    top: 100px;
    left: 100px;
    transform: translate(0);
  }
  .brand .heading h2 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .brand .heading p {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: 4px;
    font-family: "Raleway", sans-serif;
  }
  .brand .success-msg {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 60px;
  }
  .brand .success-msg p {
    font-size: 25px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
  }
  .brand .success-msg a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 30px;
    background: #f95959;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
  }
  .brand .success-msg p, .brand .success-msg a {
    transition: all 0.9s;
    transform: translateY(20px);
    opacity: 0;
  }
  .brand .success-msg p.active, .brand .success-msg a.active {
    transform: translateY(0);
    opacity: 1;
  }
  .form {
    position: relative;
    
  }
  .form .form-peice {
    background: #f4fff1;
    min-height: 480px;
    margin-top: 30px;
    box-shadow: 0px 0px 4px rgba(191, 255, 168, 0.959);
    color: #757575;
    padding: 30px 0 60px;
    transition: all 1200ms cubic-bezier(1, -0.375, 0.285, 0.995);
    position: absolute;
    top: 0;
    left: -30%;
    width: 130%;
    overflow: hidden;
    
    
  }
  .form .form-peice.tswitched {
    transform: translateX(-100%);
    width: 100%;
    left: 0;
    transition-duration: 600ms;
    opacity: 0;
  }
  .form-box {
    padding: 0 40px;
    margin: 0;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);

  }
  .form form .form-group {
    margin-bottom: 0;
    position: relative;
  }
  .form form .form-group.hasError input {
    border-color: #f95959 !important;
  }
  .form form .form-group.hasError label {
    color: #f95959 !important;
  }
  .form form label {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    transform: translateY(40px);
    transition: all 0.4s;
    cursor: text;
    z-index: -1;
  }
  .form form label.active {
    transform: translateY(10px);
    font-size: 10px;
  }
  .form form label.fontSwitch {
    font-family: "Raleway", sans-serif !important;
    font-weight: 600;
  }
  .form form input:not([type=button]) {
    background: none;
    outline: none;
    border: none;
    display: block;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    color: #444;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    z-index: 1;
  }
  .form form input:not([type=button]).hasError {
    border-color: #f95959;
  }
  .form form span.error {
    color: #f95959;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    right: 0;
    display: none;
  }
  .form form input[type=password] {
    color: #f95959;
  }
  .form form .CTA {
    margin-top: 30px;
  }
  .form form .CTA input {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    padding: 8px 30px;
    background: #d0ffbe;
    color: #0f0f0f;
    border-radius:25px;
    margin-right: 20px;
    border: none;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0 0 4px rgb(78, 78, 78);
    transition: 400ms;
  }
  .form form .CTA input:hover {
    transform: scale(1.04);
    background-color: #97ff6e;
  }
  .form form .CTA a.switch {
    font-size: 13px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #696969;
    text-decoration: underline;
    transition: all 0.3s;
  }
  .form form .CTA a.switch:hover {
    color: #f95959;
  }
  button {
    max-width: 320px;
    display: flex;
    padding: 0.5rem 1.4rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    align-items: center;
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.582);
    gap: 0.75rem;
    color: rgb(43, 43, 43);
    background-color: #fff;
    cursor: pointer;
    transition: all .6s ease;   
  }
  .button {
    border-radius: 20px;
  }
  .button svg {
    height: 24px;
    
  } 
  button:hover {
    transform: scale(1.02);
  }
  .sep-txt h1{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #777777;
    font-size: 1.1rem;
  }
  .g-sign {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; 
  }
  div .toast-container {
    margin-top: 40px; 
  }

  #blurback {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #191a18f3;

  }

  .sptitle p {
    margin: auto;
    margin-top: 50px;
    letter-spacing: 0.4em;
    width: fit-content;
    font-weight: 600;
    font-size: 1.12em;
    text-shadow: 0 0 8px #08c108;

  }

  .spinner {
    margin: auto;
    margin-top: 300px;
    --size-of-spinner: 50px;
    --spinner-border-width: 4px;
    --spinner-color: #08c18a;
    --circle-color: #8bc34a24;
    --speed-of-animation: 2s;
    --scale: 1.3;
    width: var(--size-of-spinner);
    height: var(--size-of-spinner);
    background: var(--circle-color);
    border-radius: 50%;
    position: relative;
    overflow: visible;
  }
   .spinner::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    inset: 0;
    border: var(--spinner-border-width) solid var(--spinner-color);
    border-left-color: transparent;
    border-right-color: transparent;
    animation: spinny var(--speed-of-animation) linear infinite;
   }
   
   @keyframes spinny {
    0% {
     transform: rotate(0deg) scale(1)
    }
   
    50% {
     transform: rotate(45deg) scale(var(--scale))
    }
   
    100% {
     transform: rotate(360deg) scale(1)
    }
   }
  
 
  @media (max-width: 768px) {
    .container {
      /* overflow: hidden; */
      width: 100%;
      margin: auto;
    }
    div .toast-container {  
      margin-top: 20px;
    }
    .sign-area {
      width: 100%;
      margin-top: 10px;
    }
    section#formHolder {
      padding: 0;
    }
    section#formHolder div.brand {
      min-height: 200px !important;
    }
    section#formHolder div.brand.active {
      min-height: 100vh !important;
    }
    section#formHolder div.brand .heading.active {
      top: 200px;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    section#formHolder div.brand .success-msg p {
      font-size: 16px;
    }
    section#formHolder div.brand .success-msg a {
      padding: 5px 30px;
      font-size: 10px;
    }
    section#formHolder .form {
      width: 80vw;
      min-height: 500px;
      margin-left: 10vw;
    }
    section#formHolder .form .form-peice {
      margin: 0;
      top: 0;
      left: 0;
      width: 100% !important;
      transition: all 0.5s ease-in-out;
    }
    section#formHolder .form .form-peice.tswitched {
      transform: translateY(-200%);
      width: 100%;
      left: 0;
    }
    section#formHolder .form .form-peice > form {
      width: 100% !important;
      padding: 60px;
      left: 50%;
    }
  }

  @media (max-width: 540px) {
    section#formHolder .form {
      width: 100vw;
      margin-left: 0;
    }
    div .toast-container {
      margin-top: 200px;
      width: 100%;
    }
    div .toast {
      width: 100%;
    }
    .form-peice {
      height: 508px;
    }
    .form-box {
      padding: 0 40px;
      margin: auto;
      width: 100%;
      position: absolute;
      top: auto;
      left: auto;
      transform: translate(0, 0); 
    }
    .brand img {
      width: 65%;
      height: auto;
    }
    .sign-area {
      width: 100%;
      transform: scale(1);
    }
  }