@charset "UTF-8";

/* AI THOTH Login Page - Centered Temple Gate */

.thoth-login-page .container-header,
.thoth-login-page .header {
  background-color: #FFD046 !important;
  background-image: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 4px !important;
  padding-bottom: 0px !important;
  min-height: auto !important;
}

.thoth-login-page .navbar-brand {
  margin: 0 auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.thoth-login-page .brand-logo {
  margin: 0 auto !important;
  text-align: center !important;
}

.thoth-login-page .brand-logo img,
.thoth-login-page .navbar-brand img {
    display: block !important;
    margin: 0 auto 4px auto !important;
    width: 185px !important;
    height: auto !important;
}

@media (max-width: 700px) {
    .thoth-login-page .brand-logo img,
    .thoth-login-page .navbar-brand img {
        width: 180px !important;
        max-width: 180px !important;
        height: auto !important;
    }
}

.thoth-login-page .container-header .site-description,
.thoth-login-page .site-description {
  font-size: 24px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-align: center !important;
  letter-spacing: 0.5px !important;
  line-height: 1.2 !important;
}
.thoth-login-page .container-header .grid-child {
    padding: 0 !important;
}

.thoth-login-page .site-grid {
  max-width: 760px !important;
  margin: 0 auto !important;
}

.thoth-login-page .container-component {
  max-width: 680px !important;
  margin: 0 auto !important;
}

.thoth-login-page .com-users-login {
  background: rgba(255, 255, 255, 0.96) !important;
  border-radius: 18px !important;
  padding: 28px !important;
  margin: 12px auto !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25) !important;
}

.thoth-login-page .btn-primary {
  background-color: #FFD046 !important;
  border-color: #FFD046 !important;
  color: #111111 !important;
}

/* THOTH input states */
.thoth-login-page .form-control,
.thoth-login-page .valid,
.thoth-login-page .form-control-success {
    border-color: #6CE96C !important;
}

.thoth-login-page .form-control:focus,
.thoth-login-page input:focus,
.thoth-login-page .form-control.valid:focus,
.thoth-login-page input.valid:focus {
    border-color: #FFD046 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255,208,70,0.25) !important;
}

/* AI THOTH Registration Page - Centered Temple Gate */
.thoth-register-page .container-header,
.thoth-register-page .header {
  background-color: #FFD046 !important;
  background-image: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 4px !important;
  padding-bottom: 0px !important;
  min-height: auto !important;
}

.thoth-register-page .navbar-brand {
  margin: 0 auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.thoth-register-page .brand-logo {
  margin: 0 auto !important;
  text-align: center !important;
}

.thoth-register-page .brand-logo img,
.thoth-register-page .navbar-brand img {
    display: block !important;
    margin: 0 auto 4px auto !important;
    width: 185px !important;
    height: auto !important;
}

@media (max-width: 700px) {
    .thoth-register-page .brand-logo img,
    .thoth-register-page .navbar-brand img {
        width: 180px !important;
        max-width: 180px !important;
        height: auto !important;
    }
}

.thoth-register-page .container-header .site-description,
.thoth-register-page .site-description {
  font-size: 24px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-align: center !important;
  letter-spacing: 0.5px !important;
  line-height: 1.2 !important;
}
.thoth-register-page .container-header .grid-child {
    padding: 0 !important;
}

.thoth-register-page .site-grid {
  max-width: 760px !important;
  margin: 0 auto !important;
}

.thoth-register-page .container-component {
  max-width: 680px !important;
  margin: 0 auto !important;
}

.thoth-register-page .com-users-registration {
  background: rgba(255, 255, 255, 0.96) !important;
  border-radius: 18px !important;
  padding: 28px !important;
  margin: 12px auto !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25) !important;
}

.thoth-register-page .btn-primary {
  background-color: #FFD046 !important;
  border-color: #FFD046 !important;
  color: #111111 !important;
}

/* THOTH input states */
.thoth-register-page .form-control,
.thoth-register-page .valid,
.thoth-register-page .form-control-success {
    border-color: #6CE96C !important;
}

.thoth-register-page .form-control:focus,
.thoth-register-page input:focus,
.thoth-register-page .form-control.valid:focus,
.thoth-register-page input.valid:focus {
    border-color: #FFD046 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255,208,70,0.25) !important;
}



/* AI THOTH Profile Page - Centered Temple Gate */
.thoth-profile-page .container-header,
.thoth-profile-page .header {
  background-color: #FFD046 !important;
  background-image: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 4px !important;
  padding-bottom: 0px !important;
  min-height: auto !important;
}

.thoth-profile-page .navbar-brand {
  margin: 0 auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.thoth-profile-page .brand-logo {
  margin: 0 auto !important;
  text-align: center !important;
}

.thoth-profile-page .brand-logo img,
.thoth-profile-page .navbar-brand img {
    display: block !important;
    margin: 0 auto 4px auto !important;
    width: 185px !important;
    height: auto !important;
}

@media (max-width: 700px) {
    .thoth-profile-page .brand-logo img,
    .thoth-profile-page .navbar-brand img {
        width: 180px !important;
        max-width: 180px !important;
        height: auto !important;
    }
}

.thoth-profile-page .container-header .site-description,
.thoth-profile-page .site-description {
  font-size: 24px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-align: center !important;
  letter-spacing: 0.5px !important;
  line-height: 1.2 !important;
}
.thoth-profile-page .container-header .grid-child {
    padding: 0 !important;
}

.thoth-profile-page .site-grid {
  max-width: 760px !important;
  margin: 0 auto !important;
}

.thoth-profile-page .container-component {
  max-width: 680px !important;
  margin: 0 auto !important;
}

.thoth-profile-page .com-users-profile,
.thoth-profile-page .com-users-profile__edit,
.thoth-profile-page .com-users-profile-edit,
.thoth-profile-page #member-profile {
  background: rgba(255, 255, 255, 0.96) !important;
  border-radius: 18px !important;
  padding: 28px !important;
  margin: 12px auto !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25) !important;
}

.thoth-profile-page .btn-primary {
  background-color: #FFD046 !important;
  border-color: #FFD046 !important;
  color: #111111 !important;
}

/* THOTH input states */
.thoth-profile-page .form-control,
.thoth-profile-page .valid,
.thoth-profile-page .form-control-success {
    border-color: #6CE96C !important;
}

.thoth-register-page .form-control:focus,
.thoth-register-page input:focus,
.thoth-register-page .form-control.valid:focus,
.thoth-register-page input.valid:focus {
    border-color: #FFD046 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255,208,70,0.25) !important;
}





