.login_container_section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.login_container_section_modal {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
}
.modal_shadow {
  display: none;
  width: 100%;
  min-height: 100%;
  z-index: 1;
  position: fixed;
  top: 0px;
  background-color: rgba(13, 13, 13, 0.8);
  max-width: 1600px;
}
.login_container_modal {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.login_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
}
.login_container img {
  max-height: 719px;
  border-radius: 5px 0px 0px 5px;
}
.login_content {
  padding: 50px 70px 50px 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #222222;
  border-radius: 0px 5px 5px 0px;
  max-height: 750px;
}
.login_content_modal {
  padding: 50px 70px 50px 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #222222;
  border-radius: 5px 5px 5px 5px;
  /* max-height: 750px; */
  margin-top: 5px;
  z-index: 15;
  position: relative;
}
.login_close_btn {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
.login_title {
  font-size: 30px;
  font-weight: 700;
}
.login_description {
  font-size: 18px;
  font-weight: 500;
  max-width: 530px;
}
.login_input_header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 20px;
}
.login_input {
  width: 100%;
  max-width: 530px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(217, 217, 217, 0.3);
}
.eye_ref {
  position: relative;
  align-self: flex-end;
}
.login_input_eye {
  width: 24px;
  top: -36px;
  right: 24px;
  background-color: rgba(217, 217, 217, 0);
  border: none;
  outline: none;
  position: absolute;
}
.login_forgot_password {
  font-size: 18px;
  font-weight: 500;
  margin: 14px 0px 0px 0px;
  align-self: flex-end;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.login_forgot_password:hover {
  color: #ff551a;
}
.login_btn {
  width: 100%;
  max-width: 530px;
  height: 50px;
  border-radius: 5px;
  background-color: #ff551a;
  outline: none;
  border: none;
  align-self: center;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
}
.login_horizontal_line {
  margin: 30px 0px 30px 0px;
  min-height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.login_dont_have_account {
  font-size: 20px;
  font-weight: 500;
  align-self: center;
}
.login_create_acount_btn {
  width: 270px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 1);
  align-self: center;
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  color: #ffffff;
}
.login_create_acount_btn:hover {
  border: 1px solid #ff551a;
  color: #ff551a;
}
@media only screen and (max-width: 1166px) {
  .login_content {
    padding: 50px 18px 50px 18px;
  }
}

@media only screen and (max-width: 991px) {
  .login_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }
  .login_container img {
    max-width: 330px;
    border-radius: 5px 5px 0px 0px;
  }
  .login_content {
    padding: 20px 24px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #222222;
    border-radius: 0px 0px 5px 5px;
    max-height: 719px;
    max-width: 330px;
  }
  .login_content_modal {
    padding: 20px 24px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #222222;
    border-radius: 5px 5px 5px 5px;
    max-height: 719px;
    max-width: 380px;
    width: 90%;
    margin-top: 45px;
  }
  .login_title {
    font-size: 20px;
    font-weight: 700;
  }
  .login_description {
    font-size: 16px;
    max-width: 305px;
  }
  .login_input_header {
    font-size: 18px;
    margin-top: 17px;
  }
  .login_input {
    width: 100%;
    max-width: 350px;
    height: 40px;
    padding: 10px;
    font-size: 14px;
  }
  .eye_ref {
    position: relative;
    align-self: flex-end;
  }
  .login_input_eye {
    width: 20px;
    top: -32px;
    right: 24px;
  }
  .login_input_eye img {
    width: 20px;
  }
  .login_forgot_password {
    font-size: 14px;
    margin: 2px 8px 0px 0px;
  }
  .login_btn {
    width: 100%;
    max-width: 300px;
    height: 45px;
    margin-top: 14px;
    font-size: 16px;
  }
  .login_horizontal_line {
    margin: 30px 0px 30px 0px;
  }
  .login_dont_have_account {
    font-size: 18px;
  }
  .login_create_acount_btn {
    width: 282px;
    height: 45px;
  }
}
