@charset "utf-8";

.login-body {
  min-height: 100vh;
  background-color: #f3f4f6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
}

.login-wrapper {
  width: 100%;
  max-width: 400px;
}

.login-brand {
  font-size: 1.75rem;
  font-weight: bold;
  background: linear-gradient(135deg, #fd7e14 0%, #ffc107 100%);
  background: -webkit-linear-gradient(-45deg, #fd7e14 0%, #ffc107 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.input-group-text {
  border-right: 0;
}

.form-control.border-start-0:focus {
  border-color: #ced4da;
  box-shadow: none;
}
