@media (min-width: 992px) {
  .header {
    display: none;
  }
}

@media (min-width: 992px) {
  .footer {
    display: none;
  }
}

.page-wrapper {
  flex-grow: 1;
}

.login-container {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .login-row {
    height: 100%;
  }
}
.login-image {
  width: 423px;
  height: 110px;
}
.login-image-wrapper {
  padding: 0;
  display: none;
}
@media (min-width: 992px) {
  .login-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(2, 71, 60);
    background: linear-gradient(288deg, rgb(2, 71, 60) 28%, rgb(0, 0, 0) 63%);
  }
}
.login-wrapper {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .login-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.login-container {
  padding: 0;
  margin-top: 54px;
}
.login-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .login-title {
    font-size: 32px;
  }
}
.login-form-wrapper {
  position: relative;
}
.login-form-field {
  padding-left: 44px;
  height: 56px;
  border-radius: 15px;
  border: 1.5px solid #ECECEC;
}
.login-form-field::-moz-placeholder {
  color: #464646;
  font-size: 12px;
}
.login-form-field::placeholder {
  color: #464646;
  font-size: 12px;
}
.login-form-field--login {
  position: absolute;
  width: 40px;
  height: 56px;
  background: url("../images/icons/user-icon.svg") no-repeat 12px 50%;
}
.login-form-field--password {
  position: absolute;
  width: 40px;
  height: 56px;
  background: url("../images/icons/password-icon.svg") no-repeat 16px 50%;
}
.login-form-checkbox {
  height: 24px;
  width: 24px !important;
  margin: 0;
}
.login-form-checkbox:checked {
  background-color: #07DCBA;
  border-color: #07DCBA;
}
.login-form-checkbox-container {
  display: flex;
  margin-top: 30px;
  align-items: center;
  gap: 6px;
}
.login-form-checkbox-label {
  font-size: 14px;
  padding-left: 4px !important;
}
.login-form-btn {
  height: 56px;
  width: 100%;
  margin-top: 30px;
  font-weight: 400;
  background: #07DCBA;
  border-color: #07DCBA;
}
.login-form-btn:hover {
  background: #07DCBA !important;
  border-color: #07DCBA !important;
  opacity: 0.8 !important;
}
.login-form-btn:active {
  background: #07DCBA !important;
  border-color: #07DCBA !important;
  opacity: 0.6 !important;
}

.auth-links-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.auth-links-item {
  font-size: 14px;
  color: #05322A;
}
.invite-form-wrapper input {
  padding-left: 12px;
  height: 56px;
  border-radius: 15px;
  border: 1.5px solid #ECECEC;
}

.login-row {
  position: relative;
}

.login-row .container-alert {
  position: absolute;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-row .container-alert .ls-alert {

}