body.login {
  position: relative;
}

.login .logo {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 10;
}

.login .logo img {
  width: 141px;
  max-width: 141px;
}

.login .center-container {
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.login main {
  display: flex;
  align-items: center;
  margin: auto;
  flex-basis: 480px;
}

.login .box {
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background-color: #fff;
  flex-basis: 480px;
}

.form-error {
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f23918;
  margin: 4px 0 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

input {
  border: 2px solid transparent !important;
}

input.error {
  border-color: #fa6857 !important;
  background-color: #feeeec !important;
  padding: 12px 14px;
  color: inherit !important;
}

.box-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -1.6px;
  color: #050505;
  margin-bottom: 12px;
  padding: 0;
}

.box-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.2px;
  color: #767676;
  margin: 0;
}

.login-footer {
  margin-top: 16px;
  text-align: center;
}

form {
  margin-top: 32px;
}

.forgot-password {
  color: #050505;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -.2px;
  text-decoration: underline;
  cursor: pointer;
}

.forgot-password:hover {
  color: #050505;
}

@media (width <= 767px) {
  .login {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .login .center-container {
    display: block;
    height: calc(100% - 72px);
    background: #fff;
  }

  .login .logo {
    background: #fff;
    max-width: 100%;
    position: relative;
    left: auto;
    top: auto;
    padding: 24px;
  }
}
