#modal-content {
  max-width: 805px;
  padding: 40px 0px 40px 0px !important;
  margin-top: 10% !important;
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 60%,
    rgba(0, 0, 0, 1) 60%,
    rgba(0, 0, 0, 1) 100%
  );
}

#login-registration-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#login-register-wrapper {
  display: flex;
  width: 100%;
  height: inherit;
}

.login-modal-left-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex: 0 0 60%;
  padding: 0px 30px 0px 30px;
}

.login-modal-right-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex: 0 0 40%;
}

#registration-form-btn,
#login-form-btn {
  color: white;
  border: 1px solid white;
  border-radius: 5%;
  width: 150px;
}

.login-modal-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-modal-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login-modal-right img {
  width: 200px;
  margin-bottom: 30px;
  position: absolute;
  top: 60px;
}

#login-container h2,
#registration-container h2 {
  margin-bottom: 40px;
  text-align: center;
}

#show-password-box {
  margin-bottom: 40px;
}

#register-right-modal-text,
#login-right-modal-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#login-right-modal-text {
  position: absolute;
  top: 29%;
}

#register-right-modal-text h4,
#login-right-modal-text h4 {
  font-size: 20px;
}

#login-right-modal-text {
  display: none;
}

#reset-password-container {
  max-width: 450px;
  margin: 0px 40px;
}

@media screen and (max-width: 600px) {
  #registration-container h2 {
    margin-bottom: 20px;
  }

  #login-container h2 {
    margin-bottom: 30px;
  }
}
