@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
    font-family: "Inter", sans-serif !important;
}

.auth-left-section {
    display: block;
}

.form-auth {
    padding: 18% 10%;
    border-radius: 6px;
}

.form-auth h1 {
    font-weight: 800;
    color: #131523;
    font-size: 2rem;
}

.desc-auth h1 {
    color: #131523;
    font-size: 3rem;
    font-weight: 400;
}

.desc-auth p {
    color: #131523;
    font-size: 1.3rem;
    font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .auth-left-section {
    display: none !important;
  }

  .auth-right-section {
    width: 100% !important;
  }

  .auth-right-section .form-auth {
    background-color: transparent !important;
  }
}
