body { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    min-height: 100vh; 
}

.login-wrap {
    width: 100%;
    max-width: 420px;
    padding: 20px;
}

.input-field {
  font-size: 14px;
  padding: 10px 14px;
  border: 3px solid #000;
  outline: none;
  letter-spacing: 1px;
  width: 100%;
}

.switch-link {
    text-align: center;
    font-family: 'Press Start 2P', monospace;
    font-size: 17px;
    margin-top: 20px;
}
.switch-link a { text-decoration: none; font-family: 'Press Start 2P', monospace; }
.switch-link a:hover { text-decoration: underline; }
