.auth-screen {
  background-color: #f2f2f2;
  position: relative;
}
.auth-screen::before {
  /* background-image: url("../images/login-form-bg.png"); */
  background-size: contain;
  background-position: center;
  position: fixed;
  width: 50%;
  height: 100%;
  left: 0;
  top: 30%;
  content: "";
  z-index: 1;
}
.auth-screen .auth-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}
.auth-screen .auth-inner .auth-form {
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.auth-screen .auth-inner .auth-form .bottom-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 2px;
}
.auth-screen .auth-inner .auth-form .bottom-text span {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 101.304%;
}
.auth-screen .auth-inner .auth-form .bottom-text a {
  color: #01524b;
  font-size: 16px;
  font-weight: 700;
  line-height: 101.304%;
  text-decoration: none;
  background-color: transparent;
  box-shadow: none;
}
.auth-screen .auth-inner .auth-form .bottom-text a:focus {
  border-bottom: none;
}
.auth-screen .common-link {
  color: #01524b;
  font-size: 16px;
  font-weight: 700;
  line-height: 101.304%;
  cursor: pointer;
}
.auth-screen .bottom-text2 {
  position: absolute;
  bottom: 80px;
  display: flex;
  width: 280px;
  margin: 0 auto;
  z-index: 11;
  align-items: center;
  gap: 5px;
  left: 11%;
}
.auth-screen .bottom-text2 a {
  color: #01524b;
  font-size: 16px;
  font-weight: 700;
  line-height: 101.304%;
  text-decoration: none;
}
.auth-screen .bottom-text2 p {
  margin: 0px;
}
.auth-screen .form-container {
  display: flex;
  justify-content: center;
  padding: 80px 0;
  min-height: inherit;
  gap: 41px;
  width: 540px;
  margin: 0 auto;
  flex-direction: column;
}
@media screen and (min-width: 2560px) {
  .auth-screen .form-container {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .auth-screen .form-container {
    gap: 35px;
    justify-content: center !important;
  }
}
@media screen and (max-width: 991px) {
  .auth-screen .form-container {
    width: 70%;
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .auth-screen .form-container {
    width: 92%;
    padding: 30px 0;
    justify-content: center !important;
  }
}
.auth-screen .form-container .form-container-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 41px;
}
@media screen and (max-width: 991px) {
  .auth-screen .form-container .form-container-inner {
    gap: 20px;
  }
}
.auth-screen .form-container .form-container-inner-new {
  gap: 20px;
}
.auth-screen .form-container .form-container-inner-new button {
  margin-bottom: 14px;
}
@media screen and (max-width: 991px) {
  .auth-screen .form-container .form-container-inner-new {
    gap: 20px;
  }
}
.auth-screen .form-container .auth-topbar {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  justify-content: flex-start;
}
.auth-screen .form-container .auth-topbar p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #666;
  margin: 0;
}
.auth-screen .form-container .auth-topbar .highlight-text {
  color: #2c867a;
  font-weight: 700;
}
.auth-screen .form-container .link-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.auth-screen .form-container .link-section .btn {
  border-radius: 40px;
  border: 1px solid rgba(102, 102, 102, 0.35);
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 22px 12px;
  height: 64px;
}
.auth-screen .form-container .link-section .btn span {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.auth-screen .form-container .or-section {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  width: 100%;
}
.auth-screen .form-container .or-section .border-line {
  flex-grow: 1;
  border-top: 1px solid rgba(102, 102, 102, 0.35);
}
.auth-screen .form-container .or-section p {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 16.209px;
  margin: 0;
}
.auth-screen .form-container .auth-form-section {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media screen and (max-width: 991px) {
  .auth-screen .form-container .auth-form-section {
    gap: 18px;
  }
}
.auth-screen .form-container .auth-form-section .btn-primary, 
.auth-screen .form-container .btn-primary {
  color: #02353c;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.auth-screen .form-container .auth-form-section ~ a {
  font-size: 16px;
}
.auth-screen .img-section {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  min-width: 50%;
  display: flex;
  justify-content: flex-end;
}
.auth-screen .img-section .gradient-text {
  background: linear-gradient(180deg, #42d2c4 0%, #6ff081 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 54px;
  font-weight: 900;
  line-height: 111%;
  text-align: center;
}
.auth-screen .img-section .absolute-logo {
  position: absolute;
  top: 8%;
  gap: 74px;
  margin-bottom: 54px;
}
.auth-screen .img-section .bg-img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.login-screen .bottom-text.bottom-text2 {
  bottom: 20px;
}

@media only screen and (max-width: 1680px) {
  .bottom-text2 {
    bottom: 45px !important;
    left: 9% !important;
  }
  .login-screen .bottom-text.bottom-text2 {
    left: 8.7% !important;
  }
}
@media only screen and (max-width: 1600px) {
  .bottom-text2 {
    bottom: 45px !important;
    left: 8.2% !important;
  }
  .login-screen .bottom-text.bottom-text2 {
    left: 7.9% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .auth-screen .img-section .bg-img {
    object-position: 100% 0%;
  }
  .bottom-text2 {
    bottom: 45px !important;
    left: 6.2% !important;
  }
  .login-screen .bottom-text.bottom-text2 {
    left: 6% !important;
  }
}
@media only screen and (max-width: 1400px) {
  .bottom-text2 {
    bottom: 45px !important;
    left: 6% !important;
  }
  .login-screen .bottom-text.bottom-text2 {
    left: 5.4% !important;
  }
}
@media only screen and (max-width: 1366px) {
  .bottom-text2 {
    bottom: 35px !important;
    left: 5.3% !important;
  }
  .login-screen .bottom-text.bottom-text2 {
    left: 5% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .bottom-text2 {
    left: 22px !important;
  }
  .auth-screen .img-section .bg-img {
    width: 95%;
  }
  .auth-screen .form-container {
    width: 100%;
  }
  .hide-it {
    display: none;
  }
  .auth-inner .col-lg-6 {
    width: 100% !important;
  }
  .auth-screen .auth-inner .auth-form {
    padding: 0px 10px;
  }
  .login-screen .bottom-text.bottom-text2 {
    left: 22px !important;
  }
}
@media only screen and (max-width: 768px) {
  .auth-screen .auth-inner {
    padding: 0px 10px;
  }
  .auth-screen .auth-inner .auth-form {
    padding: 0px 0px;
  }
  .login-screen .bottom-text.bottom-text2 {
    left: 22px !important;
  }
}

.sh1 {
  color: #051c2d;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 36.469px;
  margin-bottom: 10px;
  margin-top: 0px;
}
@media screen and (max-width: 600px) {
  .sh1 {
    font-size: 30px;
  }
}

:root {
  --text-dark: #051c2d;
  --error-red: #eb5757;
  --white-bg: #fff;
  --text-dark2: #2c867a;
}

.form-label {
  color: var(--text-dark);
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}

.form-input {
  border-radius: 8px;
  width: 100%;
  border: 1px solid #ccc;
  background: var(--white-bg);
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: var(--text-dark);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.form-input::placeholder {
  color: #666;
  font-weight: 400;
  font-style: normal;
}
.form-input:focus {
  border: 1px solid var(--text-dark2);
  outline: none;
}
.form-input.error {
  border: 1px solid var(--error-red);
  background: var(--white-bg);
}
.input-wrapper .form-input {
  width: 100%;
  padding-right: 40px;
}
.input-wrapper.error .form-input {
  border: 2px solid var(--error-red);
}

.field-grid {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
}
.field-grid > div {
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .field-grid > div {
    width: 100%;
    gap: 18px;
  }
}
@media screen and (max-width: 991px) {
  .field-grid {
    flex-direction: column;
  }
}

.btn-primary, .btn-primary1 {
  display: flex;
  padding: 13px 38px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: none;
  border-radius: 10px;
}
.btn-primary1:disabled,
.btn-primary:disabled {
	  background: #a3a9a5;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.8;
}
.btn-primary {
	background: linear-gradient(90deg, #3fd0c9 0%, #70f07f 100%);
	border: none;
}
.btn-primary span {
	color: #02353c;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.btn-primary:hover {
  background: linear-gradient(90deg, #6ff081 0.1%, #42d2c4 99.9%);
}
.btn-primary:active {
  background: linear-gradient(90deg, #3fd0c9 0%, #70f07f 100%);
}
.btn-primary:disabled {
  background: #a3a9a5;
}

.btn-primary1 {
  background: #fff;
  border: 1px solid #3fd0c9;
}
.btn-primary1 span {
  color: #02353c;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.btn-primary1:hover {
  background: linear-gradient(90deg, #6ff081 0.1%, #42d2c4 99.9%);
}
.btn-primary1:active {
  background: #70f07f;
}
.btn-primary1:disabled {
  background: #a3a9a5;
  border: 1px solid #a3a9a5;
  background: #fff;
}
.btn-primary1:disabled span {
  color: #a3a9a5;
}
.password-field {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
.password-field .btn-eye {
  position: absolute;
  right: 18px;
}
.password-field .form-control {
  border: 0;
  background-color: transparent;
  outline: 0;
  padding: 0;
  box-shadow: none;
}
.password-field .btn {
  width: unset;
  padding: 0;
  height: unset;
}

.password-field:focus {
  border: 1px solid var(--text-dark2);
}

.h2 {
  color: #212529;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

.gap-3p {
  gap: 3%;
}

#page-wrapper .row.auth-inner {
  background-color: #f2f2f2;
}

img.circle-elipses {
  position: absolute;
  bottom: -50%;
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  img.circle-elipses {
    bottom: -25%;
  }
}

.auth-screen .form-container .mform fieldset {
  border-bottom: none;
}
#id_searchbyemail h3 {
  visibility: hidden;
}

.back-to-login {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0px;
  text-decoration: none;
}
.back-to-login:focus {
  outline: thin dotted;
  box-shadow: none;
}
.back-to-login:active {
  border: none;
}
.back-to-login:hover {
  color: #8b8585;
}

.site-full-name {
  color: white;
  font-size: 36px;
  max-width: 15ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}