* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
  }

  body {
    display: flex;
    justify-content: center;
    align-items: center;
    background: yellow;
    /* font-family: 'Rubik', sans-serif; */
    height: 100vh;
    width: 100%;
    background: url('./img/./bg2.jpeg') no-repeat center center;
    background-size: cover;

  }

  div#invalidreg {
    color: red;
    display: none;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;

  }

  body {
    background-size: cover;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    flex: 5 0 auto;
    overflow-y: auto;
    opacity: 2;
    /* background: url('./imagess/bidge2.png') no-repeat center center;
  background-size: cover; */
    background-image: url(../assets/images/bg-about.png);
  }

  div#invalidreg {
    color: red;
    display: none;
  }


  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Roboto', sans-serif; */
  }

  .flex {
    display: flex;
    align-items: center;
  }

  .container {
    padding: 0 15px;
    min-height: 100vh;
    justify-content: center;
    /* background: #f0f2f5; */
  }

  .home-page {
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
  }

  .home-page .text {
    margin-bottom: 90px;
  }

  .home-page h1 {
    color: #1877f2;
    font-size: 4rem;
    margin-bottom: 10px;
  }

  .home-page p {
    font-size: 1.75rem;
    white-space: nowrap;
  }

  form {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1),
      0 8px 16px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    background-image: url(../assets/images/bg-about.png);

  }

  form input {
    height: 55px;
    width: 100%;
    border: 1px solid #A4C639;
    border-radius: 17px;
    margin-bottom: 15px;
    font-size: 1rem;
    padding: 0 14px;
  }

  form input:focus {
    outline: none;
    border-color: #1877f2;
  }

  ::placeholder {
    color: #777;
    font-size: 1.063rem;
  }

  .link {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .link .login {
    border: none;
    outline: none;
    cursor: pointer;
    background: #A4C639;
    padding: 15px 0;
    border-radius: 50px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    transition: 0.5s ease;
  }

  .link .login:hover {
    background: #fff;
    border: 4px solid #A4C639;
    color: #222;
  }

  form a {
    text-decoration: none;
  }

  .link .forgot {
    color: #333;
    font-size: 0.875rem;
  }

  .link .forgot:hover {
    text-decoration: none;
  }

  hr {
    border: none;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .button {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.2s ease;
  }

  .button a {
    padding: 15px 20px;
    background: #235A81;
    border-radius: 50px;
    color: #fff;
    font-size: 1.063rem;
    font-weight: 600;
    transition: 0.2s ease;
  }

  .button a:hover {
    background: rgb(164, 198, 57);
    transition: 0.2s ease;
    color: #fff;
  }

  @media (max-width: 900px) {
    .home-page {
      flex-direction: column;
      text-align: center;
    }

    .home-page .text {
      margin-bottom: 30px;
    }
  }

  @media (max-width: 460px) {
    .home-page h1 {
      font-size: 3.5rem;
    }

    .home-page p {
      font-size: 1.3rem;
    }

    form {
      padding: 15px;
    }
  }

  .head1 h2 {
    font-size: 1px;
    font-weight: bolder;
    font-family: monospace;
    cursor: pointer;
  }

  .text i {
    cursor: pointer;
  }