body {
    background: white url(../images/fushi-to-your-eternity-moewalls-com.gif) no-repeat center center/cover;

}

.login-form {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.login__header {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 12px;
}

.login__header img {
    width: 530px;
}

.login__header h1 {
    color: #333;
    font-size: 1.5rem;
}

.login__input {
    border: 2px solid #333;
    border-radius: 8px;
    color: #333;
    font-size: 1.1em;
    margin-bottom: 15px;
    outline: none;
    padding: 10px;
    max-width: 300px;
    width: 100%;
    filter: opacity(0.75);
}

.login__button {
    background-color: #f7f7f7;
    border: 3px solid rgb(87, 60, 37);
    border-radius: 8px;
    color: #000000;
    cursor: pointer;
    font-size: 1em;
    max-width: 200px;
    padding: 10px;
    width: 100%;
    filter: opacity(0.75);
  }

  
.login__button:disabled {
    background-color: #eee;
    border: 2px solid #969595;
    color: #aaa;
    cursor: auto;
  }
  