
.signup-form{
      background-color: #f8f9fa;
      height: 100%;
      margin-top: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.signup-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 400px;
    }