/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
input[type="checkbox"],
input[type="radio"] {
  margin-right: 0;
}

.login-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 20px;
}

.login-card {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 450px;
  border: 1px solid #f5f5f5;
}

.login-main h1 {
  text-align: center;
  margin-bottom: 20px;
}

.login-main h1 a {
  text-decoration: none;
}

#shop-logo {
  max-height: 60px;
  width: auto;
}

.login-main h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #000;
  font-size: 21px;
}

#customer-account-description {
  text-align: center;
  color: #000000a8;
  margin-bottom: 30px;
  font-size: 14px;
}

.textfield-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.textfield-wrapper .textfield {
  width: 100%;
  padding: 13.5px 11px;
  border: 1px solid #dedede;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: none;
  height: 51px;
}

.textfield:focus {
  outline: none;
  border-color: #007cba !important;
}

.textfield-label {
  position: absolute;
  left: 10px;
  top: -10px;
  color: #007cba;
  background: white;
  padding: 0 4px;
  pointer-events: none;
  transition: all 0.2s;
  font-size: 12px;
}

.submit-button {
  width: 100%;
  padding: 12px;
  background: #007cba;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
}

.submit-button:hover {
  background: #005a87;
}

.submit-button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.login-links {
  text-align: center;
}

.login-links a {
  color: #007cba;
  text-decoration: none;
}

.login-links a:hover {
  text-decoration: underline;
}

.login-footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.login-footer__link {
  color: #666;
  text-decoration: none;
  margin: 0 10px;
  font-size: 14px;
}

.login-footer__link:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .login-card {
    padding: 20px;
    margin: 10px;
  }
}
