.login {
  padding: 40px 0px;
}
.login .card-body {
  background-color: #ddf;
  border-radius: 4px;
  position: relative;
}

a {
  color: #ff21c2;
}

a:hover {
  color: #be0a8e;
}

.form-check-input:checked {
  background-color: #ff21c2;
  border-color: #ff21c2;
}

.login-feature-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 36px;
}

.login-feature-list > li::before {
  content: "";
  background-image: url("../img/home/verified.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  position: absolute;
  background-size: contain;
  left: 0px;
}

.form-floating > .form-select {
  padding-top: 0.6rem;
  padding-bottom: 0.625rem;
}

.nav-tabs {
  border: none;
}

.login .card-body::before {
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: -1;
  border-top: 2px solid #ff21c2;
  border-left: 2px solid #ff21c2;
  transition: all 0.6s ease-in-out;
}

.login .card-body::after {
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -4px;
  right: -5px;
  z-index: -1;
  border-bottom: 2px solid #ff21c2;
  border-right: 2px solid #ff21c2;
  transition: all 0.6s ease-in-out;
}

.login .card-body:hover.card-body::before {
  height: 80%;
  width: 80%;
}

.login .card-body:hover.card-body::after {
  height: 80%;
  width: 80%;
}

.field-loginform-password {
  position: relative;
}

.form-control {
  padding: 12px 24px;
  padding-right: 60px;
}

.field-user-password {
  position: relative;
}

.eye-icon {
  position: absolute;
  top: 15px;
  right: 30px;
}

input:is(:-webkit-autofill, :autofill) {
  background-color: #fcdff4 !important;
}

.form-floating > .form-select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.login .card-body a {
  color: var(--secondary-color);
  text-decoration: none;
}

.login .card-body a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.social-icons .fa-brands {
  padding: 8px;
  background-color: #ffffff94;
  border-radius: 4px;
  font-size: 20px;
  border: 1px solid #ffffffab;
}

i.fa-brands.fa-facebook {
  color: blue;
}

i.fa-brands.fa-apple {
  color: #333;
}

.form-select.new {
  padding: 10px !important;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.form-row {
  background: var(--white-color);
  border-radius: 6px;
  margin: 10px;
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  text-decoration: none;
  color: #000 !important;
  display: flex;
  flex-direction: column;
}
.form-row:hover {
  text-decoration: none !important;
}
.form-input {
  -webkit-appearance: none;
  appearance: none;
}

.form-input::before {
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.form-input:checked::before {
  background: var(--secondary-color);
}

.form-label {
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
}

.form-input:checked ~ .form-label,
.form-input:checked ~ .form-label i {
  color: var(--white-color);
}

.form-row i {
  font-size: 60px;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

/* .login h1,
.login h2 {
  font-family: "remachine";
} */

.mb-3.field-loginform-rememberme {
  margin-bottom: 0 !important;
}

.login-left {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 4px;
  gap: 20px;
  position: relative;
}

.login-left .login-feature-list {
  width: 100%;
}

.login-left .login-feature-list li {
  font-size: 14px;
}

.login-left .login-feature-list li:last-child {
  margin-bottom: 0;
}

.login h1 {
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
}

.login p {
  font-size: 14px;
  line-height: 26px;
}

.login .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
}

.login .social-links a {
  width: 100%;
  border-radius: 4px;
  min-width: 50px;
  height: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 15px;
  border: 0;
  text-decoration: none !important;
}

.login .social-links a i {
  width: 28px;
  font-size: 22px;
  line-height: 28px;
  color: var(--white-color);
}

.login .social-links a .label {
  min-width: 80px;
  font-size: 18px;
  font-weight: 500;
}

.login .social-links a.google {
  background-color: #ea4335;
  color: var(--white-color);
}

.login .social-links a.fb {
  background-color: #0866ff;
  color: var(--white-color);
}

.login .social-links a.apple {
  background-color: #000;
  color: var(--white-color);
}

.auth-clients {
  list-style: none;
  margin-bottom: 0px !important;
  padding-left: 0px;
  overflow: hidden !important;
}
.login-wrapper .auth-clients li {
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
}
.login-wrapper .auth-link {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: #ccc;
  position: relative;
  z-index: 0;
}
.login-wrapper .social-links > div {
  width: 100%;
}
.login-wrapper .facebook {
  background-color: #3b5998;
}

.login-wrapper .google {
  background-color: #ea4335;
}
.login-wrapper .github {
  background-color: #0e0c0d;
}
.login-wrapper .linkedin {
  background-color: #0691ce;
}
.auth-clients li a .auth-icon {
  background: none !important;
}
.auth-clients li a .auth-icon::before {
  width: 100%;
  height: 100%;
  background: none;
  position: absolute;
  width: 100%;
  height: 45px;
  color: var(--white-color);
  left: 0;
  top: 0;
  z-index: 9999999999;
  font-size: 18px;
  font-weight: 500;
  top: 8px;
}
.google .auth-icon:before {
  content: "Google";
}

.facebook .auth-icon:before {
  content: "Facebook";
}
.linkedin .auth-icon:before {
  content: "Linkedin";
}
.github .auth-icon:before {
  content: "Github";
}
