@import url("https://use.typekit.net/mui4nvd.css");

:root {
  --thm-white: #ffff;
  --thm-black: #000;
  --thm-gray4: #535353;
  --thm-gray3: #B0B0B0;
  --thm-gray2: #C7C7C7;
  --thm-gray1: #E6E6E6;
  --thm-navy:#2E2C49;
  --thm-purple: #49448E;
  --thm-subtle-blue: #F7F6FB;
  --thm-green6: #0CDCC2;
  --thm-green5:#37CFBC;
  --thm-green4:#08A894;
  --thm-green3:#138B7C;
  --thm-green2:#2F4858;
  --thm-green1:#232C31;
  --teal-green: #168094;
  --subtle-green1: #CAF4EF;
  --subtle-green2: #E4FAF7;
  --subtle-green3: #E4F5F3;
  --subtle-green4: #E6F4F2;
  --subtle-green5: #EBF6F5;
  --subtle-green6: #F6FBFA;
}
  
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  zoom: 1;
}

::-webkit-scrollbar {
  height: 80%;
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.25); 
  border-radius: 10px;
  background-color: var(--thm-green2);
}
  
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--thm-green5); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--thm-green5); 
}

.btn-link {
  color: var(--thm-green5);
}
.btn-link:hover {
  color: var(--thm-green2);
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
a, a:hover {
  text-decoration: none;
}
a {
  color: var(--thm-green5);
  transition: 0.3s all ease-in-out;
}
a:hover {
  color: var(--thm-green2);
}
a:hover,a:focus,a:focus-visible,a:focus-within,button:hover,button:focus,button:focus-visible,button:focus-within {
  outline: none;
  box-shadow: none;
}

.btn-dark {
  transition: 0.3s all ease-in-out;
  border-radius: 15px;
  padding: 0 20px;
  color: var(--subtle-green1);
  background: var(--thm-navy);
  font-size: 22px;
  font-weight: 700;
  border: none;
}
.btn-dark:hover {
  background: var(--thm-purple);
}

.btn-light {
  transition: 0.3s all ease-in-out;
  border-radius: 15px;
  padding: 0 20px;
  color: var(--thm-green2);
  background: var(--subtle-green4);
  font-size: 22px;
  font-weight: 700;
  border: none;
}
.btn-light:hover {
  color: var(--thm-green1);
  background: var(--subtle-green1);
}

.btn-dark-outline {
  transition: 0.3s all ease-in-out;
  border-radius: 15px;
  padding: 0 20px;
  color: var(--thm-navy);
  font-size: 18px;
  font-weight: 700;
  border: 1px solid var(--thm-navy);
}
.btn-dark-outline:hover {
  border-color: var(--thm-green4);
  color: var(--thm-green4);
}

body {
  font-family: "articulat-cf",sans-serif;
  font-size: 18px;
  line-height: 150%;
  color: var(--thm-navy);
  overflow-x: hidden;
}
.input-group {
  margin-bottom: 26px;
}
.form-control {
  text-align: center;
  padding: 16px 20px;
  border-radius: 30px !important;
  border-color: var(--thm-gray1);
  color: var(--thm-gray4);
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  height: auto;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: var(--teal-green);
}
.form-control:focus-visible {
  text-shadow: none;
}
.form-control::placeholder {
  color: var(--thm-gray4);
}
/* Login pages */

.login-section-main {
  height: 100vh;
}
.login-row {
  height: 100vh;
}
.login-row .col{
  height: 100vh;
}
.login-row .col .video-inner {
  position: absolute;
  z-index: -1;
  inset: 0px;
  overflow: hidden;
  background-size: cover;
  background-color: rgb(0, 30, 53);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: none; 
}
.login-row .col .video-inner .bg-1 {
  background:#431717;
  background-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0.4;
}
.login-row .col .video-inner .bg-2 {
  background:#2E2C49;
  background-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  opacity: 0.2;
}
.organization-signup .login-row .col .video-inner .bg-2 {
  background:#50D7BE;
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  opacity: 0.15;
}
.login-row .col .video-inner .life-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.login-row .col .video-inner video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  width: auto;
  height: 100vh;
  z-index: 1;
}
.login-col {
  display: flex;
  align-items: flex-start;
  height: calc(100vh);
  box-sizing: border-box;
  overflow-y: auto;
}
.login-form-main {
  text-align: center;
  width: 100%;
  padding: 60px;
  display: flex;
  align-self: center;
  max-height: 100vh;
  flex-flow: column;
}

.login-form-main .brand-logo {
  margin-bottom: 18px;
  display: inline-block;
}

.login-title .title-main,
.signup-title .title-main {
  font-weight: 600;
  font-size: 24px;
  line-height: 135%;
  color: var(--thm-green2);
  margin-bottom: 12px;
  font-family: "articulat-cf",sans-serif;
}

.login-form-main .input-group {
  margin-bottom: 26px;
}
.login-form-main .input-group .form-control {
  font-family: "articulat-cf",sans-serif;
}
.login-form-main .logo-img {
  width: auto;
}
.login-form-main .btn-dark {
  width: 100%;
  margin-bottom: 26px;
  font-size: 18px;
  color: var(--subtle-green1);
  line-height: 60px;
  font-family: "articulat-cf",sans-serif;
}

.login-with-text {
  position: relative;
  margin-bottom: 26px;
}
.login-with-text:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: var(--thm-gray2);
}
.login-with-text span {
  background: var(--thm-white);
  width: 38px;
  color: var(--thm-green2);
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.login-form-main .social-media-ul {
  list-style: none;
  display: flex;
  margin-bottom: 26px;
}
.login-form-main .social-media-ul li {
  width: calc(50% - 10px);
}
.login-form-main .social-media-ul li a.login-btn {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.09), 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
  border: 1px solid var(--thm-gray2);
  background: linear-gradient(180deg, #FFF 0%, #DEDEDE 100%);
  display: inline-block;
  padding: 20px 15px;
  color: var(--thm-navy);
  font-weight: 700;
  font-family: "articulat-cf",sans-serif;
}
.login-form-main .social-media-ul li a.login-btn img {
  margin-left: 8px;
  width: auto;
}
.login-form-main .social-media-ul li:first-child {
  margin-right: 10px;
}
.login-form-main .social-media-ul li:last-child {
  margin-left: 10px;
}
.signup-section-main {
  height: 100vh;
  background: url(../images/login-signup-forgot/signup_img.png) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.signup-section-main .signup-form-main {
  border-radius: 35px;
  border: 1px solid var(--subtle-green3);
  background: var(--white);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  max-width: 580px;
  padding: 55px 60px;
  margin: auto;
  text-align: center;
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  display: flex;
  flex-flow: column;
}
.signup-form-main .form-logo {
  margin-bottom: 18px;
}
.signup-form-main .btn-dark {
  width: 100%;
  margin-bottom: 26px;
  font-size: 18px;
  color: var(--subtle-green1);
  line-height: 60px;
}
.signup-form-main .signup-link p {
  margin: 0;
}
.login-section-main .signup-link p {
  margin: 0;
}

.slogan-img {
  width: auto;
}
.login-section-main .forgot_text a {
  font-size: 18px !important;
  margin-bottom: 15px;
} 
.login-section-main a, .login-section-main p, .login-section-main span {
  font-family: "articulat-cf",sans-serif;
}
.login-section-main a b {
  font-weight: 700;
  color: var(--thm-green5);
  transition: 0.3s all ease-in-out;
}
.login-section-main a:hover b {
  color: var(--thm-green2);
}


@media(max-width: 1450px) {
  .login-form-main {
    padding: 30px;
  }
}
@media(max-width: 1350px) {
  .login-form-main {
      padding: 30px 20px;
  }
}
@media(max-width: 991px) {
  .login-row .col {
    height: auto;
  }
  .login-row .col .login-form-main {
    height: auto;
    max-height: inherit;
  }
  .login-row .col.video-col {
    height: 50vh;
  }
  .login-section-main {
    height: auto;
  }
  .login-inner .login-right-col .form-main {
    max-height: inherit;
  }
}
@media(max-width: 575px) {
  .login-row .col.video-col {
      height: 40vh;
  }
  .login-form-main {
      padding: 48px 5px;
  }
  .signup-section-main .signup-form-main {
      padding: 48px 20px;
  }
  .signup-section-main {
      height: auto;
  }
  .signup-section-main .signup-form-main {
      max-height: inherit;
  }
  .signup-section-main .form-control,.login-section-main .form-control{
      text-align: left;
  }
  .slogan-img {
    max-width: 275px;
  }
  .organization-signup .slogan-img {
    max-width: 375px;
  }
}
@media(max-width: 399px) {
  .organization-signup .slogan-img {
    max-width: 100%;
  }
}
