@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

body {
  font-family: Montserrat, 'sans-serif' !important;
  font-size: 14px;
  color: #1E1E1E;
  background: #fff;
}

a {
  color: #207C84;
  font-weight: 600;
}

a:hover, a:focus {
  text-decoration: none;
  color: #065A62;
}

.container {
  max-width: 1200px;
}

.form-control {
  border-radius: 3px;
  border: 1px solid #C9C9C9;
  font-size: 16px;
  font-family: Montserrat;
  background-color: #f4f4f4 !important;
  margin-top: 28px;
  padding: 16px;
  line-height: 24px;
  height: 56px;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #1E1E1E !important;
}

.btn-primary {
  background: #207C84;
  font-family: Montserrat;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 60px;
  border: 0;
  padding: 12px 30px;
  font-size: 16px;
}

.btn-primary:hover, .btn-primary:focus {
  background: #065A62;
}

.main-header {
  width: 100%;
  padding: 0;
  height: 64px;
  display: flex;
  align-items: center;
}

.logo-container {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
}

.logo-container img{
  float: left;
}

.header-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
}

/* New Design */

.form-control {
  background-color: #fff !important;
}

.inner-container {
  padding: 20px;
}

.login-outer-container {
  background-color: #F8F7F5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: -1;
}

.login-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  height: 100vh;
}

.login-form-container {
  margin: auto;

}

.login-form-div {
  height: 100vh;
  width: 50%;
  padding-left: 24px;
}

.login-img {
  border-radius: 3px;
  width: 50vw;
  position: absolute;
  left: 50vw;
  height: 100vh;
}

.group-img-div {
  height: 100vh;
  width: 50%;
  margin: 0;
}

.login-img-wrapper {
  background-image: url("../images/sign-in-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  left: 50vw;
  position: fixed;
  width:50vw;
}

.form-container {
  margin-top: 15vh;
  max-width: 485px;
  width: 100%;
}

.homeward-copy-2 {
  margin-top: 45px;
  margin-bottom: 100px;
}

.homeward-logo {
  width: 140px;
  height: 20px;
}

.sign-in {
  color: #1E1E1E;
  font-family: 'Playfair Display';
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
  text-align: left;
  margin-bottom: 5px;
}

.please-sign-in-to-co {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 380px;
  text-align: left;
  margin-bottom: 30px;
}

.serial-no {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}

::placeholder {
  color: #696969 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

::placeholder:hover {
  border-bottom: 2px solid #065A62;
}

:-ms-input-placeholder {
  color: #696969 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

:-ms-input-placeholder:hover {
  border-bottom: 2px solid #065A62;
}

::-ms-input-placeholder {
  color: #696969 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

::-ms-input-placeholder:hover {
  border-bottom: 2px solid #065A62;
}

.forgot-password {
  color: #207C84;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  cursor: pointer;
  margin-top: 21px;
  margin-bottom: 24px;
}

.forgot-password a:hover {
  color: #065A62;
}

.rectangle-2 {
  background-color: #207C84;
  font-weight: 600;
  border-radius: 60px;
  width: 100%;
  height: 56px;
  border: none;
  font-size: 16px;
  color: white;
  cursor: pointer;
}

hr {
  border: none;
  border-bottom: 1px solid #DBDCDB;
  margin-top: 40px;
  margin-bottom: 40px;
}

.create-account {
  color: #207C84 !important;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 24px;
}

.get-approved-now:hover {
  color: #065A62 !important;
}

.homeward-icon {
  width: 140px;
  height: 21px;
  margin: 0 auto;
  margin-bottom: 109px;
}

.rectangle {
  background-color: #f4f4f4;
  border-radius: 4px;
  max-width: 517px;
  width: 100%;
  max-height: 700px;
  padding: 50px 48px;
}

.no-problem {
  color: #1E1E1E;
  font-family: 'Playfair Display';
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  margin-bottom: 11px;
}

.just-enter-your-email {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  /* width: 380px; */
  text-align: left;
  margin-bottom: 31px;
}

.rectangle-2:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.password-reset-main-container {
  max-width: 517px;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}

.password-reset-logo-container {
  padding: 2% 10% 25% 35%;
}

.error-401 {
  background-color: #b0d6d7;
  border-radius: 4px;
  width: 100%;
  min-height: 56px;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.error-401 span {
  font-family: Montserrat;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

/* Password reset done  */
.check {
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); */
  color: #207C84;
  font-family: FontAwesome5ProLight;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  width: 100%;
  text-align: center;
  margin-bottom: 34px;
}

.check i {
  font-weight: 300 !important;
}

.an-email-is-on-its {
  color: #1E1E1E;
  font-family: 'Playfair Display';
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  margin-bottom: 26px;
}

.weve-emailed-instru {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 45px;
}

.weve-emailed-instru div b {
  cursor: pointer;
}

.back-to-sign-in {
  color: #207C84;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  margin-top: 35px;
  cursor: pointer;
}

.back-to-sign-in a:hover {
  color: #065A62 !important;
}

.password-reset-done-block {
  border-radius: 4px;
  max-width: 517px;
  width: 100%;
  height: 405px;
  padding: 0px 48px;
}

.password-reset-main-container {
  max-width: 517px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.password-hint {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding: 5px 5px 15px 0px;
}

.password-hint i {
  color: #333333;
  font-size: 14px;
  font-weight: 300 !important;
  line-height: 24px !important;
  text-align: left;
  padding-right: 8px;
}

.success {
  color: #279c00 !important;
}

.error {
  color: #b0464b !important;
}

.error a {
  color: #b0464b !important;
  text-decoration: underline !important;
}

.has-error {
  border-bottom: 2px solid #b0464b !important;
}

/*  Mobile design */
@media screen and (max-width: 576px) {
  .login-form-div {
    width: 100%;
    max-width: 485px;
    text-align: center;
    padding-left: 0;
  }

  .logo-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .logo-container img {
    display: block;
    float: none;
    margin: auto;
  }

  .form-container {
    margin: 10vh auto auto auto;
  }

  .login-outer-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .group-img-div {
    display: none;
  }

  .login-img {
    display: none;
  }

  .sign-in {
    font-size: 36px;
    margin-bottom: 2px;
    text-align: center;
  }

  .forgot-password {
    text-align: center;
  }

  .homeward-copy-2 {
    margin-bottom: 30px;
    text-align: center;
  }

  .please-sign-in-to-co {
    width: auto;
  }

  .rectangle-2 {
    border-radius: 60px;
    width: 100%;
    height: 60px;
  }

  .homeward-icon {
    margin-bottom: 60px;
  }

  .password-reset-logo-container {
    padding: 2% 10% 20% 30%;
  }

  .serial-no,
  .new-user-get-approv,
  .forgot-password {
    font-size: 12px;
  }

  .forgot-password {
    margin-top: 3px;
  }

  .error-401 {
    padding: 10px;
  }

}

/* Tab design */
@media screen and (min-width: 576px) and (max-width: 937px) {
  .login-form-div {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0;
  }

  .logo-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .logo-container img {
    display: block;
    float: none;
    margin: auto;
  }

  .form-container {
    margin: 15vh auto auto auto;
  }

  .group-img-div {
    display: none;
  }

  .serial-no,
  .new-user-get-approv,
  .forgot-password {
    font-size: 12px;
  }

  .homeward-copy-2 {
    margin-bottom: 30px;
    text-align: center;
  }

  .login-form-container {
    width: auto;
    max-width: 485px;
  }

  .please-sign-in-to-co {
    width: auto;
  }

  .rectangle-2 {
    border-radius: 60px;
    width: 100%;
    height: 60px;
  }

  .homeward-icon {
    margin-bottom: 60px;
  }

  .error-401 {
    padding: 15px;
  }

}
