@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" , sans-serif;
}

body{
    background: #0e121b;
  }

  .fUKHSM {
    background-color: rgb(14, 18, 27);
    color: white;
    min-height: 100vh;
    font-size: 14px;
    display: grid;
    place-content: center;
  }

  .fUKHSM .title {
    max-width: 360px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
  }

  .fUKHSM form {
    box-sizing: border-box;
    text-align: left;
    max-width: 360px;
    min-width: 400px;
    padding: 20px;
  }

  .dCbVXt {
    display: grid;
    gap: 0.5rem;
  }

  .dCbVXt label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: rgb(163, 163, 163);
  }

  .bRoUtE {
    display: grid;
    gap: 6px;
  }

  .dCbVXt input {
    display: block;
    width: 100%;
    background-color: rgb(31, 39, 58);
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    padding: 1rem;
    border: 1px solid transparent;
    margin-bottom: 23px;
  }

  .disabled, input {
    color: #fff;
  }
  .fUKHSM a img {
    width: 300px; display: block; margin: 10px auto; position: relative; left: -14px;
  }
  .relative {
    position: relative;
  }

  .fUKHSM .button {
    cursor: pointer;
    border: none;
    height: 44px;
    border-radius: 4px;
    margin-bottom: 23px;
    background-color: rgb(17, 153, 250) !important;
  }

  .disabled {
    background-color: gray;
  }

 
 
  .fUKHSM .link {
    text-decoration: none;
    color: rgb(17, 153, 250);
    font-weight: 600;
  }


  .cJfLoT {
    background-color: rgb(14, 18, 27);
    color: white;
    min-height: 100vh;
    font-size: 14px;
    display: grid;
    place-content: center;
    max-width: 100%;
    padding: 20px;
  }

  .cJfLoT .title {
    max-width: 360px;
    font-size: 24px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 29px;
  }

  .cJfLoT form {
    box-sizing: border-box;
    text-align: left;
    max-width: 360px;
    flex-direction: column;
    display: flex;
    gap: 1rem;
  }

  .jEqFGB {
    display: flex;
    gap: 1rem;
  }

  .dCbVXt {
    display: grid;
    gap: 0.5rem;
  }

  .klXiV {
    display: grid;
    gap: 0.5rem;
  }

  .klXiV label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: rgb(163, 163, 163);
  }

  .klXiV .option {
    display: flex;
    gap: 0.5rem;
    background: rgb(31, 39, 58);
    border-radius: 8px;
    padding: 1rem;
    box-sizing: border-box;
    border: none;
    color: white;
  }

  .klXiV select {
    background-color: transparent;
    border: none;
    color: white;
    outline: none;
    width: 100%;
  }

  .cJfLoT .disabled {
    cursor: not-allowed;
    background-color: gray;
    user-select: none;
  }

  .cJfLoT .button {
    height: 44px;
    border: none;
    border-radius: 4px;
  }

  .cJfLoT .link {
    text-decoration: none;
    color: rgb(17, 153, 250);
    font-weight: 600;
  }

  .iNDive form {
    box-sizing: border-box;
    text-align: left;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .iNDive {
    background-color: rgb(14, 18, 27);
    color: white;
    min-height: 100vh;
    font-size: 14px;
    display: grid;
    place-content: center;
    max-width: 100%;
    padding: 20px;
  }

  .iNDive .title {
    max-width: 360px;
    font-size: 24px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 29px;
  }

  .iNDive input:valid {
    border: 1px solid rgb(17, 153, 250);
  }

  .iNDive .disabled {
    cursor: not-allowed;
    background-color: gray;
    user-select: none;
  }

  .iNDive .button {
    height: 44px;
    border: none;
    border-radius: 4px;
  }

  .button {
    width: 100%;
  }

  .iNDive .links {
    display: grid;
    gap: 0.5rem;
  }

  .iNDive .links span {
    margin-left: 0.3rem;
  }
  
  .iNDive .link {
    text-decoration: none;
    color: rgb(17, 153, 250);
    font-weight: 600;
  }