display-flex,
.display-flex,
.display-flex-center,
.signup-content,
.signin-content,
.social-login,
.socials {
  display: flex;
  display: -webkit-flex;
}

list-type-ulli,
.socials {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #777;
}

h2 {
  line-height: 1.66;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #222;
  font-family: Poppins, sans-serif;
  font-size: 36px;
}

.main {
  background: #f8f8f8;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clear {
  clear: both;
}

.container {
  width: 900px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
}

.display-flex {
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.display-flex-center {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.signup-content {
  padding: 75px 0;
}

.signup-form,
.signup-image,
.signin-form,
.signin-image {
  width: 50%;
  overflow: hidden;
}

.signup-image {
  margin: 0 55px;
}

.form-title {
  margin-bottom: 33px;
}

.signup-image {
  margin-top: 45px;
}

figure {
  margin-bottom: 50px;
  text-align: center;
}

.form-submit {
  display: inline-block;
  background: #6dabe4;
  color: #fff;
  border-bottom: none;
  width: auto;
  padding: 15px 39px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 25px;
  cursor: pointer;
}
.form-submit:hover {
  background: #4292dc;
}

#signin {
  letter-spacing: 2.5px;
  font-size: 14px;
}
#register {
  letter-spacing: 2.5px;
  font-size: 14px;
}
#send {
  letter-spacing: 2.5px;
  font-size: 14px;
}

.signup-image-link {
  font-size: 14px;
  color: #222;
  display: block;
  text-align: center;
  text-decoration: none;
}

.term-service {
  font-size: 13px;
  color: #222;
  text-decoration: none;
}

.signup-form {
  margin-left: 75px;
  margin-right: 75px;
  padding-left: 34px;
}

.register-form {
  width: 100%;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.form-group:last-child {
  margin-bottom: 0px;
}

.agree-term {
  display: inline-block;
  width: auto;
}

.label-has-error {
  top: 22%;
}

.material-icons-name {
  font-size: 18px;
}

.signin-content {
  padding-top: 67px;
  padding-bottom: 87px;
}

.social-login {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  margin-top: 80px;
}

.social-label {
  display: inline-block;
  margin-right: 15px;
}

.socials li {
  padding: 5px;
}
.socials li:last-child {
  margin-right: 0px;
}
.socials li a {
  text-decoration: none;
}
.socials li a i {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.socials li:hover a i {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

.fa-facebook-f {
  background: #3b5998;
}

.fa-twitter {
  background: #1da0f2;
}

.fa-google {
  background: #e72734;
}

.signin-form {
  margin-right: 90px;
  margin-left: 80px;
}

.signin-image {
  margin-left: 110px;
  margin-right: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .container {
    width: calc(100% - 30px);
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .signup-content,
  .signin-content {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
  }

  .signup-form {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    /* box-sizing: border-box; */
    padding: 0 30px;
  }

  .signin-image {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    order: 2;
    -moz-order: 2;
    -webkit-order: 2;
    -o-order: 2;
    -ms-order: 2;
  }

  .signup-form,
  .signup-image,
  .signin-form,
  .signin-image {
    width: auto;
  }

  .social-login {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
  }

  .form-button {
    text-align: center;
  }

  .signin-form {
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -o-order: 1;
    -ms-order: 1;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 30px;
  }

  .form-title {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .social-login {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .social-label {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.login100-form-logo {
  font-size: 60px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}
.login100-form-logo img {
  width: 125px;
  border-radius: 50%;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.login100-form-title {
  font-size: 25px;
  color: rgb(0, 0, 0);
  text-align: center;
  display: block;
  margin-top: 18px;
}
.txt-locked {
  color: rgb(149 149 149);
  font-size: 13px;
  font-weight: 700;
}

/* Centered login layout: logo centered with brand text below it */
.signin-content--centered {
  justify-content: center;
  -webkit-justify-content: center;
}

.signin-form--centered {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.brand-block {
  text-align: center;
  margin-bottom: 30px;
}

.brand-block .brand-logo-img {
  display: block;
  width: 140px;
  height: auto;
  margin: 0 auto 14px auto;
}

.brand-block .brand-name {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.3px;
}

.signin-form--centered .form-title {
  text-align: center;
}

/* ==========================================================================
   Super Plastics brand theme — derived from logo_superplastics.png
   forest green (primary) · lime/yellow-green (accent) · blue eye (links)
   Scoped to .login-page so the main app theme is untouched.
   ========================================================================== */
.login-page {
  --brand-green: #1a9e1f;
  --brand-green-dark: #14801a;
  --brand-lime: #bfe000;
  --brand-blue: #2b6cb0;
  --brand-ink: #1f2d1f;
}

.login-page .main {
  background: linear-gradient(135deg, #f4f8ef 0%, #eef6e6 60%, #f4faf0 100%);
}

/* Card gets a lime→green accent bar across the top */
.login-page .container {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}
.login-page .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--brand-lime) 0%, var(--brand-green) 100%);
}

.login-page .signin-content {
  padding-top: 56px;
  padding-bottom: 56px;
}

/* Brand block */
.login-page .brand-block .brand-logo-img {
  width: 116px;
}
.login-page .brand-block .brand-name {
  color: var(--brand-ink);
  font-size: 20px;
}

/* Titles */
.login-page .form-title {
  color: var(--brand-ink);
  font-size: 26px;
  margin-bottom: 8px;
}
.login-page .signin-form .form-title {
  margin-bottom: 8px;
}

.login-page .login-form-wrap {
  width: 100%;
}
.login-page .login-form-wrap > p.text-muted {
  margin-bottom: 22px !important;
}

/* Form fields */
.login-page .form-label {
  font-weight: 600;
  font-size: 13.5px;
  color: var(--brand-ink);
  margin-bottom: 6px;
}
.login-page .input-height,
.login-page .form-control {
  height: 46px;
  border-radius: 10px;
  border: 1px solid #d9e2d3;
  background: #fbfdf9;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.login-page textarea.form-control {
  height: auto;
}
.login-page .form-control:focus {
  border-color: var(--brand-green);
  background: #fff;
  box-shadow: 0 0 0 0.18rem rgba(26, 158, 31, 0.15);
}

/* Buttons — full width, brand green */
.login-page .btn-round {
  border-radius: 10px;
}
.login-page .login-form-wrap .btn,
.login-page .identity-actions .btn {
  font-weight: 600;
  letter-spacing: 0.2px;
}
.login-page .login-form-wrap > form .btn-primary,
.login-page .btn-block {
  width: 100%;
}
.login-page .btn-primary {
  background: linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-dark) 100%);
  border: none;
  height: 46px;
  box-shadow: 0 6px 16px rgba(26, 158, 31, 0.25);
}
.login-page .btn-primary:hover,
.login-page .btn-primary:focus,
.login-page .btn-primary:active {
  background: linear-gradient(135deg, var(--brand-green-dark) 0%, #0f6e15 100%);
  box-shadow: 0 6px 18px rgba(26, 158, 31, 0.35);
}

/* Links */
.login-page a {
  color: var(--brand-green-dark);
  font-weight: 600;
  text-decoration: none;
}
.login-page a:hover {
  color: var(--brand-blue);
  text-decoration: underline;
}

/* Checkbox */
.login-page .form-check-input:checked {
  background-color: var(--brand-green);
  border-color: var(--brand-green);
}
.login-page .form-check-label {
  color: #555;
  font-size: 14px;
}

/* Helper rows used across account pages */
.login-page .identity-links {
  margin-top: 18px;
  text-align: center;
  font-size: 14px;
}
.login-page .identity-links a {
  margin: 0 6px;
}
.login-page .identity-divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #9aa79a;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 22px 0 16px;
}
.login-page .identity-divider::before,
.login-page .identity-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e4ebdf;
}
.login-page .identity-divider:not(:empty)::before {
  margin-right: 12px;
}
.login-page .identity-divider:not(:empty)::after {
  margin-left: 12px;
}

/* Status / informational icon block (confirmation & error pages) */
.login-page .identity-status {
  text-align: center;
}
.login-page .identity-status .status-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 16px;
}
.login-page .identity-status .status-icon.is-success {
  background: rgba(26, 158, 31, 0.12);
  color: var(--brand-green);
}
.login-page .identity-status .status-icon.is-info {
  background: rgba(43, 108, 176, 0.12);
  color: var(--brand-blue);
}
.login-page .identity-status .status-icon.is-warning {
  background: rgba(191, 224, 0, 0.22);
  color: #7a8a00;
}
.login-page .identity-status .status-icon.is-danger {
  background: rgba(214, 40, 40, 0.12);
  color: #d62828;
}
.login-page .identity-status p {
  color: #5a6b5a;
}

/* External provider buttons */
.login-page .external-providers .btn {
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #d9e2d3;
  color: var(--brand-ink);
  box-shadow: none;
  height: 46px;
}
.login-page .external-providers .btn:hover {
  border-color: var(--brand-green);
  color: var(--brand-green-dark);
  background: #fbfdf9;
}

/* Recovery codes */
.login-page .recovery-code {
  display: inline-block;
  background: #f4f8ef;
  border: 1px dashed #cdddc4;
  border-radius: 6px;
  padding: 4px 8px;
  margin: 3px;
  font-size: 14px;
  color: var(--brand-ink);
}
