  * {
    font-family: "Outfit", sans-serif;
    align-items: center;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
  .login-box {
      max-width: 550px;
      width: 100%;
      padding: 30px;
      border-radius: 8px;
    }

    .logo {
      text-align: center;
      margin-bottom: 20px;
    }

    .logo img {
      max-width: 150px;
    }

    .form-control {
      background-color: #e8f0fe;
    }

    /* .login-btnn {
      background-color: #004d40;
      color: #fff;
      font-weight: 500;
    }

    .login-btnn:hover {
      background-color: #00332b;
    } */

    .form-text a {
      color: #004d40;
      text-decoration: none;
    }

    .form-text a:hover {
      text-decoration: underline;
    }

    @media (max-width: 576px) {
      .login-box {
        padding: 20px;
      }
    }