/*
   t1_login_logged_out.bundle.css
   Generated by HonkrCSS Compiler v0.32.2 2025

   Edited by Hac3d on 2025-11-15
*/

html,
body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  background-color: #f4aab5 !important;
  background-image: url('/assets/404.webp') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
}

.wrapper.white {
  background: transparent !important;
}

.honkrLogin {
  display: flex;
  background-color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 870px) {

  html,
  body {
    background: rgb(248, 248, 248) !important;
  }

  .honkrLogin {
    padding-left: 45px;
    padding-right: 45px;
    border: none;
    border-radius: 0px;
    margin-left: -17px;
    margin-right: -14px !important;
    width: 900%;
    overflow: visible;
    box-shadow: none;
  }

  .honkrLogin-bottomSect {
    width: 500%;
    background: rgb(248, 248, 248) !important;
  }
}

.honkrLogin-error {
  background-color: #fff2f4;
  border: 1px solid #ff8b9d;
  color: #d13d5a;
  margin-top: 10px;
  margin-bottom: 13px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.password-input-container {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
}

.password-toggle {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  font-size: 12px;
  padding: 9px;
  font-weight: bold;
}

.password-toggle:hover {
  color: #ff8b9d;
}

.honkrLogin-linkLabel {
  text-decoration: none;
  font-size: 14px;
  color: #999999;
}

.honkrLogin-bottomSect {
  background-color: rgb(235, 235, 235);
  height: 150px;
  margin: 20px -100px -108px -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 14px;
}

.honkrLogin-bottomLink {
  display: block;
}

.honkrLogin-buttons label {
  display: inline-flex;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  left: 0;
  position: relative;
  top: 9px;
  width: 16px;
}

.honkrLogin-buttons label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  opacity: 0;
  position: absolute;
  transform: rotate(-45deg);
  width: 8px;
  left: 3px;
  top: 4px;
}

.honkr-checkBox {
  visibility: hidden;
}

.honkr-checkBox:checked+label {
  background-color: #ff8f9b;
  border-color: #ff9aa4;
}

.honkr-checkBox:checked+label:after {
  opacity: 1;
  font-size: 5px;
  flex-shrink: 3;
}

.honkrSignup-input {
  width: 400px;
}

.honkrSignup-label {
  font-weight: 900 !important;
}