body {
    margin: 0;
    padding: 0;
    background-image: url('/storage/images/bgc.jpg');
    background-size: cover;
  }

  .container {
    justify-items: center;
  }

  .login-box {
    margin-top: 100px;
    width: 450px;
    height: 500px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.5);
    outline: solid 4px #5932EA;
  }

  .login-text {
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    background-image: linear-gradient(45deg, #2D00D5, #9C4CFF);
    padding: 20px;
    border-radius: 25px 25px 0px 0px;
  }

  .form {
    padding-top: 60px;
    justify-content: center;
    justify-items: center;
  }

  input {
    border: solid 3px #5932EA;
    border-radius: 15px;
    width: 350px;
    height: 50px;
    padding-left: 10px;
    margin-top: 30px;
  }

  button {
    color: #5932EA;
    font-weight: 500;
    border: solid 3px #5932EA;
    border-radius: 20px;
    width: 48%;
    padding: 7px 15px;
    margin-top: 50px;
    background-color: transparent;
  }

  button:hover {
    color: white;
    background-color: #5932EA;
  }

  .tombol {
    display: flex;
    justify-content: space-between;
  }