.logo {
  z-index: 1;
}
.logo-mobile {
  display: none;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
.page-container {
  /* padding:40px; */
  height: 100%;
  min-height: 100%;
  display: flex;
}
.page-container .rightC {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

.formContainer {
  width: 100%;
  max-width: 360px;
}
.page-container .leftC {
  width: 600px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-image: url(../img/image2.jpeg);
  background-size: cover;
  background-position: center;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  max-width: 60%;
}
.page-container .leftC > * {
  z-index: 2;
}

.page-container .leftC .layer {
  background-color: #1a82cc7a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-container .leftC a {
  color: var(--foam-blue);
}

form .form-group {
  margin-bottom: 24px;
}
form label {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
form label + a {
  font-size: 14px;
  line-height: 18px;
}

.page {
  height: 100%;
  justify-content: left;
  position: relative;
  background-color: var(--white);
}
.page-background {
  display: flex;
  align-items: center;
  position: absolute;
  width: calc(100% - 280px);
  height: 100%;
  max-height: 90%;
  max-width: 1100px;
  right: 0;
}
.input-group-text {
  background-color: var(--white);
}
.form-control[name="current-password"] {
  border-right: none;
}
.form-control[name="new-password"],
.form-control[name="new-password-confirm"] {
  border-right: none;
}
.errorMsg {
  color: var(--color-alert);
  text-align: center;
  font-size: 14px;
}
.btn {
  height: 48px;
  font-weight: 600;
}
.password-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  margin: 8px 0 0 0;
}
.loading .spinner-border {
  display: inline-block !important;
}
@media (max-width: 780px) {
  .logo-mobile {
    display: block;
  }
  .page-container .leftC {
    display: none;
  }
  .formContainer {
    max-width: 100% !important;
  }
}
