section[ceots__sites="login"] {
  padding: 3rem 2rem;
  min-height: calc(100vh - 60px - 300px);
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-container {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
h1[ceots__sites="login__title"] {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2rem 0;
  color: #000;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  h1[ceots__sites="login__title"] {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.login-card {
  background: #fff;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-top-left-radius: 4px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  border-bottom-right-radius: 4px;
  box-shadow: 4px 4px 0px 0px #c3e6f5;
  padding: 2.5rem;
  transition: all 0.1s ease;
}
.login-card:hover {
  box-shadow: 4px 4px 0px 0px #a5daf0;
}
.login-footer {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.85rem;
  color: #666;
}
.login-footer a[ceots__sites="login__signup"] {
  color: #2c5aa0;
  text-decoration: none;
  font-weight: 600;
}
.login-footer a[ceots__sites="login__signup"]:hover {
  text-decoration: underline;
}
h2[ceots__sites="login__subtitle"] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 2rem 0;
  text-align: center;
  letter-spacing: -0.25px;
}
@media screen and (max-width: 767px) {
  h2[ceots__sites="login__subtitle"] {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
}
.login-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .login-buttons {
    gap: 1rem;
  }
}
.login-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: #fff;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-top-left-radius: 4px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  border-bottom-right-radius: 4px;
  box-shadow: 4px 4px 0px 0px #c3e6f5;
  text-decoration: none;
  transition: all 0.1s ease;
  position: relative;
  text-align: center;
}
.login-button:hover {
  box-shadow: 4px 4px 0px 0px #a5daf0;
  transform: translateY(-1px);
}
.login-button:hover span {
  color: #000;
}
.login-button i {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 1rem;
}
.login-button span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5rem;
  letter-spacing: -0.25px;
  transition: color 0.1s ease;
}
.login-button p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}
a[ceots__sites="login__portal"]:hover {
  box-shadow: 4px 4px 0px 0px #96d4ee;
}
a[ceots__sites="login__ai"]:hover {
  box-shadow: 4px 4px 0px 0px #a5daf0;
}
@media screen and (max-width: 767px) {
  section[ceots__sites="login"] {
    padding: 2rem 1rem;
  }
  .login-card {
    padding: 1.5rem;
  }
  .login-button {
    padding: 1.5rem;
  }
  .login-button i {
    font-size: 2rem;
  }
  .login-button span {
    font-size: 1.1rem;
  }
  .login-button p {
    font-size: 0.85rem;
  }
}
