/*!
 * -------------------------------------------------------
 * Project Name : Prop Funding
 * Author       : SoftwareZon
 * Author URL   : https://softwarezon.com
 * Version      : 1.0.0
 * Created      : 2025
 * Description  : Contains global CSS used by authentication.
 * File         : authentication.css
 * -------------------------------------------------------
 * ©2025 SoftwareZon. All Rights Reserved.
 * -------------------------------------------------------
 */
/*----------------------------------------------------
  01. Authentication All Pages Styles
----------------------------------------------------*/
.header-shape {
  top: -290px;
  right: 28%;
}
.header-shape-2-container {
  position: absolute;
  top: -112px;
  right: 24%;
}
.header-shape-container:after {
  right: 10%;
  top: -397px;
}
.authentication-card {
  max-width: 560px;
  width: 95%;
  border: 1px solid rgba(var(--white), 0.1);
  backdrop-filter: blur(10px);
  background: rgba(var(--white), 0.05);
  border-radius: 10px;
  padding: 40px;
}
.auth-page {
  min-height: 100vh;
  padding-top: 0;
}
.auth-page-main {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 32px 16px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth-brand {
  display: inline-flex;
  margin-bottom: 28px;
}
.auth-brand img { max-height: 42px; max-width: 210px; object-fit: contain; }
.auth-page .authentication-card { width: min(100%, 560px); }
.auth-page .form-label { color: rgba(var(--white), .85); margin-bottom: 8px; }
.auth-page .form-control { min-height: 46px; }
.auth-page .invalid-feedback, .auth-page .form-error { display: block; color: #ff8f86; font-size: 13px; margin-top: 6px; }
.auth-page .status-message { border: 1px solid rgba(var(--brand), .35); background: rgba(var(--brand), .12); color: rgba(var(--white), .9); border-radius: 8px; padding: 12px 14px; margin: 20px 0 0; font-size: 14px; }
.auth-page .toggle-password { position: absolute; top: 50%; right: 14px; transform: translateY(-50%); border: 0; padding: 4px; background: transparent; color: #949ca9; line-height: 1; cursor: pointer; }
.auth-page .toggle-password .password-hidden { display: none; }
.auth-page .toggle-password.is-visible .password-visible { display: none; }
.auth-page .toggle-password.is-visible .password-hidden { display: inline; }
.auth-page .password-control { padding-right: 46px; }
.auth-page .auth-divider { display: flex; align-items: center; gap: 12px; color: rgba(var(--white), .55); font-size: 13px; margin: 24px 0; }
.auth-page .auth-divider::before, .auth-page .auth-divider::after { content: ""; height: 1px; flex: 1; background: rgba(var(--white), .14); }
.auth-page .social-login { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.auth-page .social-login a { min-width: 0; justify-content: center; }
.auth-page .social-login img { width: 20px; height: 20px; object-fit: contain; }
.auth-page .auth-link { color: rgba(var(--white), .9); text-decoration: underline; }
.auth-page .auth-link:hover { color: rgba(var(--brand), 1); }
.auth-page .captcha-slot { margin-top: 20px; overflow: hidden; }
.auth-page .two-factor-code { letter-spacing: .45em; text-align: center; font-size: 22px; font-weight: 600; }
.auth-page .two-factor-method { border: 1px solid rgba(var(--white), .12); border-radius: 10px; background: rgba(var(--white), .035); padding: 16px; }
@media all and (max-width: 767px) { .auth-page-main { padding-top: 22px; } .auth-brand { margin-bottom: 18px; } }
.talk-item .talk-item-icon img {
  max-width: 22px;
}
.contact-circle-shape-right {
  top: 260px !important;
}
.contact-circle-center:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media all and (min-width: 1920px) {
  .header-shape-container:after {
    right: 16%;
  }
}
@media all and (min-width: 3100px) {
  .header-shape-container:after {
    right: 19%;
  }
}
@media all and (min-width: 5000px) {
  .header-shape-container:after {
    right: 24%;
  }
}
@media all and (max-width: 991px) {
  .header-shape-container:after {
    right: -10%;
  }
}
@media all and (max-width: 767px) {
  .authentication-card {
    padding-left: 18px;
    padding-right: 18px;
  }
  .header-shape-container:after {
    right: -40%;
  }
}
