.login-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../../images/machitec/machitec_office.jpg") no-repeat center/cover;
  position: relative; }

.login-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px); }

.logo {
  max-width: 200px;
  margin-bottom: 10px; }

.logo {
  filter: drop-shadow(0 5px 15px rgba(255, 214, 0, 0.3)); }

.app-name {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px; }

.login-box {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 35px;
  background: rgba(25, 25, 25, 0.9);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7); }

.title {
  font-size: 20px;
  color: #ffd600; }

.form-group {
  margin-bottom: 20px; }

.form-group label {
  color: #bbb; }

.form-control {
  background: #2a2a2a;
  border: 1px solid #444;
  color: #fff;
  border-radius: 8px;
  padding: 10px; }

.form-control:focus {
  border-color: #ffd600;
  box-shadow: 0 0 8px rgba(255, 214, 0, 0.5); }

.btn-login {
  width: 100%;
  background: #ffd600;
  color: #000;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s; }

.btn-login:hover {
  background: #ffcc00; }

/* Mobile */
@media (max-width: 576px) {
  .login-box {
    max-width: 100%; } }
