.alb-login-layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100vh;
  padding: 40px;
  gap: 10px;
}
.alb-login-layout .form-control {
  background: #f5f5f5;
  border-color: #e0e0e0;
  color: #333;
  transition: all 0.3s ease;
  border-radius: 0 !important;
}
.alb-login-layout .form-control:focus {
  background: #fff;
}

@media (min-width: 640px) {
  .alb-login-layout {
    flex-direction: row;
  }
}

.alb-login-left {
  min-height: calc(100vh - 80px);
  width: 350px;
  padding: 35px 25px;
  background: #edede8;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.alb-login-left-content {
  line-height: 1em;
  text-align: center;
}
.alb-login-left-content-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  width: 75px;
  height: 75px;
}
.alb-login-left-content-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin: 0;
}

@media (min-width: 1280px) {
  .alb-login-left {
    width: 400px;
  }
}

.dark .alb-login-left {
  background: #2d2d2d;
  color: #f1f1f1;
}

.alb-login-left-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
}

.alb-logo {
  width: 200px;
  height: 80px;
  object-fit: contain;
}

.alb-login-content {
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  width: 100%;
}

.alb-title {
  margin-bottom: 5px;
  color: var(--custom-500);
  margin-bottom: 15px;
  margin-top: 0;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

.alb-subtitle {
  color: #64748b;
}

.dark .alb-subtitle {
  color: #c8c8c8;
}

.alb-form {
  display: block !important;
  margin-top: 20px;
  width: 100%;
  /* max-width: 250px; */
  margin-left: auto;
  margin-right: auto;
}

.alb-alert-success,
.alb-alert-error {
  display: none;
  padding: 7.5px 10px;
  font-size: 8.75px;
  border-radius: 6px;
  margin-bottom: 7.5px;
}

.alb-alert-success {
  color: #16a34a;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.dark .alb-alert-success {
  background: rgba(74, 222, 128, 0.2);
  border-color: rgba(34, 197, 94, 0.5);
}

.alb-alert-error {
  color: #dc2626;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dark .alb-alert-error {
  background: rgba(248, 113, 113, 0.2);
  border-color: rgba(239, 68, 68, 0.5);
}

.alb-form-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}

.alb-form-field {
  grid-column: span 12;
}

.alb-form-field label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 500;
}

.alb-form-field input {
  width: 100%;
  padding: 7.5px 10px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.alb-form-field input::placeholder {
  color: #9ca3af;
}

.alb-form-field input:focus {
  border-color: var(--custom-500);
  outline: none;
}

.dark .alb-form-field input {
  background: #2f2f2f;
  border-color: #525252;
  color: #fff;
}

.dark .alb-form-field input::placeholder {
  color: #d1d5db;
}

.dark .alb-form-field input:focus {
  border-color: var(--custom-800);
}

.alb-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.alb-btn-primary,
.alb-btn-secondary,
.alb-btn-footer {
  width: 100%;
  padding: 7.5px 10px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  border: 1px solid transparent;
}

.alb-btn-primary {
  background: var(--custom-500);
  color: #fff;
}

.alb-btn-primary:hover {
  background: var(--custom-600);
}

.alb-btn-secondary {
  background: #fff;
  border-color: #fff;
  color: var(--custom-500);
}

.alb-btn-secondary:hover {
  color: var(--custom-700);
}

.dark .alb-btn-secondary {
  background: #2d2d2d;
  border-color: #2d2d2d;
}

.alb-btn-footer {
  background: transparent;
  color: #64748b;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.alb-btn-footer:hover {
  color: #334155;
}

.dark .alb-btn-footer {
  background: #2d2d2d;
}

.alb-footer-logo {
  width: 80px;
  transition: 0.3s ease;
}

.alb-footer-logo:hover {
  fill: #7a0306;
}

.alb-footer-image {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

.alb-login-right {
  position: absolute;
  inset: 0;
  opacity: 0.8;
  flex: 1;
}
.alb-footer-buttons-svg {
  width: 150px;
  height: auto;
  object-fit: contain;
  fill: #000;
  transition: all 0.3s ease;
}
.alb-footer-buttons-svg:hover {
  fill: #7a0306;
}

@media (min-width: 640px) {
  .alb-login-right {
    position: relative;
    inset: auto;
  }
}

.alb-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.alb-cover-credit {
  width: max-content;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 16px;
  color: #333;
  margin: 0;
  z-index: 99;
}

.dark .alb-cover-credit {
  color: #c8c8c8;
}

.btn-black {
  background: #333;
  border-color: #333;
  color: #fff;
  transition: all 0.3s ease;
  border-radius: 0 !important;
  line-height: 1em;
}
.btn-black:hover {
  background: #7a0306;
  border-color: #7a0306;
  color: #fff;
}
.alb-footer-connect {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
.alb-footer-quality {
  display: flex;
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
  object-fit: contain;
}
.alb-footer-link {
  font-family: "Gotham", sans-serif;
  font-size: 26px;
  font-weight: 300;
  color: #333;
  text-align: center;
  transition: all 0.3s ease;
  line-height: 1;
  margin: 0;
}
.alb-footer-link b {
  font-weight: 700 !important;
}
.alb-footer-link:hover {
  color: #7a0306;
}

@media (max-width: 1280px) {
  .alb-login-layout {
    padding: 20px;
  }
  .alb-login-left {
    min-height: calc(100vh - 40px);
  }
}

@media (max-width: 640px) {
  .alb-login-left {
    width: 100%;
  }
  .alb-login-right {
    display: none;
  }
  .alb-login-layout {
    padding: 0;
  }
  .alb-login-left {
    min-height: 100vh;
  }
}
