html,
body {
  min-height: 100%;
}

body.vh-100 {
  background: #f3faf7;
  color: #2d325a;
  font-family: "Poppins", "Open Sans", Arial, sans-serif;
  margin: 0;
}

.authincation {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.authincation .container {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 50px 15px;
}

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

.authincation .col-md-6,
.authincation .col-xl-12 {
  width: 100%;
}

.authincation-content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(38, 88, 72, 0.08);
}

.auth-form {
  max-width: 660px;
  margin: 0 auto;
  padding: 72px 75px 76px;
}

.auth-form .text-center {
  text-align: center;
}

.auth-form img {
  width: 205px;
  max-width: 100%;
}

.auth-form h4 {
  color: #2d325a;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
  margin: 22px 0 36px;
}

.form-group,
.mb-3 {
  margin-bottom: 24px;
}

.form-label {
  color: #777;
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}

.form-control {
  background: #fff;
  border: 1px solid #d9dfea;
  border-radius: 10px;
  box-sizing: border-box;
  color: #2d325a;
  display: block;
  font-size: 22px;
  height: 64px;
  line-height: 1.4;
  padding: 14px 30px;
  width: 100%;
}

.position-relative {
  position: relative;
}

.show-pass {
  align-items: center;
  color: #777;
  display: flex;
  font-size: 20px;
  height: 100%;
  position: absolute;
  right: 28px;
  top: 0;
}

.show-pass .fa-eye {
  display: none;
}

.form-row {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 10px 0 38px;
}

.form-check {
  align-items: center;
  display: flex;
  gap: 10px;
}

.form-check-input {
  height: 36px;
  margin: 0;
  width: 36px;
}

.form-check-label,
.auth-form a,
.new-account p {
  color: #777;
  font-size: 22px;
}

.auth-form a {
  text-decoration: none;
}

.auth-form a:hover,
.auth-form .text-primary {
  color: #35c96f;
}

.btn {
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 28px;
  text-align: center;
}

.btn-primary {
  background: #35c96f;
  color: #fff;
}

.btn-block {
  width: 100%;
}

.new-account {
  margin-top: 26px;
}

.new-account p {
  margin: 0;
}

@media (max-width: 767px) {
  .authincation .container {
    padding: 20px 12px;
  }

  .auth-form {
    padding: 40px 24px;
  }

  .auth-form h4 {
    font-size: 24px;
  }

  .form-label,
  .form-control,
  .form-check-label,
  .auth-form a,
  .new-account p {
    font-size: 18px;
  }

  .form-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
