.login {
  flex-direction: row;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.left-bg {
  position: absolute;
  height: 100vh;
  min-height: 800px;
  object-fit: contain;
  justify-content: flex-start;
}

.left-icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 604px;
  left: 142px;
}

.login-form {
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 800px;
  align-items: center;
  justify-content: center;
  margin-left: 566px;
  padding-top: calc(1024 / 720);
  padding-left: 100px;
}

.login-form-logo {
  width: auto;
  height: auto;
  margin-bottom: 76px;
}

.login-form-item {
  width: 325px;
  align-self: center;
  justify-content: flex-start;
  margin-bottom: 45px;
}

.login-form-label {
  width: 325px;
  height: 20px;
  font-family: MuliExtraBold;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #404040;
  margin-bottom: 8px;
}

.login-form-input {
  width: 325px;
  height: 40px;
  background: white;
  border: 1px solid #c2c2c2;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding: 7px 8px;
}

.login-error {
  margin-top: 3px;
  height: 20px;
  color: red;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 0px;
}

.login-error-previous {
  color: transparent;
}

.login-form-input:active,
.login-form-input:focus {
  border: 1px solid #2b84ee;
  outline: 0px;
  box-shadow: 0px 0px 8px rgba(43, 132, 238, 0.5);
}

.otp-code-container {
  display: flex;
  flex-direction: column;
  width: 325px;
  align-self: center;
  justify-content: flex-start;
}

.otp-code-title {
  margin-top: 0;
}

.opt-code-input {
  width: 55%;
}

.otp-code-send-button {
  width: 35%;
  border-radius: 4px;
  margin-left: 10%;
  padding: 0;
}

.login-form-button {
  width: 325px;
  height: 40px;
  border-radius: 4px;
  margin-top: 20px;
}
