@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}

.login_section {
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.login_section .trapezoid_one {
  border-bottom: 1.7rem solid #2C2F8F;
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  max-width: 37.1rem;
  width: 100%;
  height: 1.7rem;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
}
.login_section .trapezoid_two {
  border-left: 1.7rem solid #2C2F8F;
  border-bottom: 1.4rem solid transparent;
  border-top: 1.4rem solid transparent;
  max-width: 1.7rem;
  width: 100%;
  height: 34.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.login_section .login_inner_wrapper {
  display: flex;
  min-height: 100vh;
  height: 100%;
}
.login_section .login_inner_wrapper .left_side_section {
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  margin: 50px 0 40px 40px;
}
.login_section .login_inner_wrapper .left_side_section .loginLftImg {
  width: 100%;
  height: auto;
}
.login_section .login_inner_wrapper .left_side_section .loginLftImg img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.login_section .login_inner_wrapper .img_section {
  height: auto;
  text-align: center;
  transition: 0.6s;
  width: 100%;
}
.login_section .login_inner_wrapper .img_section a {
  text-decoration: none;
  transition: 0.6s;
}
.login_section .login_inner_wrapper .img_section a img {
  width: 100%;
  height: auto;
  max-width: 300px;
  text-align: center;
  transition: 0.6s;
}
.login_section .login_inner_wrapper .right_side_section {
  padding: 5rem;
  width: 36%;
  display: flex;
  flex-direction: column;
  transition: 0.6s;
}
.login_section .login_inner_wrapper .right_side_section .login_content {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
}
.login_section .login_inner_wrapper .right_side_section .login_content span {
  background: linear-gradient(90deg, #4D53FD, #2C2F8F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.login_section .login_inner_wrapper .right_side_section {
  background: #FFFFFF;
  border-radius: 0px 10px 10px 0px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  transition: 0.6s;
  flex-direction: column;
  gap: 1.5rem;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 35rem;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .login_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 17px;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .login_title h3 {
  font-size: 35px;
  font-weight: 700;
  transition: 0.6s;
  color: #121212;
  text-align: center;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .login_title p {
  font-size: 20px;
  font-weight: 400;
  transition: 0.6s;
  color: #080808;
  text-align: center;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section {
  margin: 1.25rem 0px 1.25rem 0px;
  width: 100%;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .form-group {
  position: relative;
  margin: 10px 0px 30px 0px;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .form-group .form-control {
  width: 100%;
  min-height: 56px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #ced4da;
  transition: 0.6s;
  padding: 0px 52px 0px 16px;
  color: #333333;
  font-weight: 400;
  font-size: 15px;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #4D53FD;
  transition: 0.6s;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .form-group .form-control:focus ~ .form_label {
  top: 0px;
  left: 10px;
  transition: 0.3s;
  color: #121212;
  font-weight: 500;
  font-size: 12px;
  background: #FFFFFF;
  color: #2C2F8F;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .form-group .form-control:not(:focus):valid ~ .form_label {
  top: 0px;
  left: 10px;
  transition: 0.3s;
  color: #121212;
  font-weight: 500;
  font-size: 12px;
  background: #FFFFFF;
  color: #2C2F8F;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .form-group .form_label {
  font-size: 16px;
  transition: 0.6s;
  font-weight: 400;
  background: #FFFFFF;
  padding: 0px 10px 0px 10px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  color: #C0C0C0;
  margin-right: 5px;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .form-group:hover input {
  border: 1px solid #4D53FD;
  transition: 0.6s;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .form-group .password_eye_icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translate(0, -50%);
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .form-group .password_eye_icon svg path {
  stroke: #333333;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .form-group .password_eye_icon .eye_open {
  display: none;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .form-group .password_eye_icon .eye_close path {
  stroke: #ced4da;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .log_in_btn {
  border-radius: 10px;
  background: #4D53FD;
  min-height: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  color: #FFFFFF;
  transition: 0.6s;
  font-size: 18px;
  font-weight: 600;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .log_in_btn:hover {
  background-color: transparent;
  border: 1px solid #4D53FD;
  transition: 0.6s;
  color: #400092;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .forget {
  margin-bottom: 3.75rem;
}
.login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .forget p a {
  color: #4D53FD;
}

/* Responsive */
@media (max-width: 1400px) {
  .login_section .left_side_section .login_content h3 {
    font-size: 35px;
    line-height: 3.5rem;
  }
  .login_section .left_side_section .login_content h3 span:nth-child(1) {
    font-size: 40px;
  }
  .login_section .left_side_section .login_content h3 span:nth-child(2) {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .login_section .login_inner_wrapper {
    flex-direction: column-reverse;
    min-height: 100%;
  }
  .login_section .login_inner_wrapper .left_side_section {
    width: 80%;
    margin: auto auto 2.5rem auto;
  }
  .login_section .login_inner_wrapper .right_side_section {
    width: 80%;
    margin: auto;
    border-radius: 3.125rem 3.125rem 0px 0px;
    padding: 4rem 2rem 0 2rem;
  }
  .login_section .login_inner_wrapper .right_side_section .img_section a img {
    max-width: 12.5rem;
  }
}
@media (max-width: 991px) {
  .login_section .login_inner_wrapper .right_side_section .right_side_login_content {
    max-width: 40rem;
  }
  .login_section .login_inner_wrapper .right_side_section .right_side_login_content .login_title h3 {
    font-size: 26px;
  }
}
@media (max-width: 678px) {
  .login_section .trapezoid_two {
    display: none;
  }
  .login_section .login_inner_wrapper .right_side_section {
    padding: 3rem 2rem 2rem 2rem;
    width: 100%;
    gap: 1rem;
  }
  .login_section .login_inner_wrapper .right_side_section .login_content {
    text-align: center;
    font-size: 26px;
  }
  .login_section .login_inner_wrapper .right_side_section .right_side_login_content {
    max-width: 40rem;
  }
  .login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section {
    margin: 1.25rem 0 0 0;
  }
  .login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .form-group .form_label {
    font-size: 14px;
  }
  .login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .forget {
    margin-bottom: 1.875rem;
  }
  .login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .log_in_btn {
    font-size: 16px;
  }
  .login_section .login_inner_wrapper .left_side_section {
    padding: 2rem;
    width: 90%;
    margin: 0 1.25rem 1.25rem 1.25rem;
  }
}
@media (max-width: 360px) {
  .login_section .login_inner_wrapper .left_side_section {
    padding: 1rem;
  }
  .login_section .login_inner_wrapper .left_side_section .login_content h3 {
    font-size: 20px;
    line-height: 2.3rem;
  }
  .login_section .login_inner_wrapper .left_side_section .login_content h3 span:nth-child(1) {
    font-size: 25px;
  }
  .login_section .login_inner_wrapper .left_side_section .login_content h3 span:nth-child(2) {
    font-size: 25px;
  }
  .login_section .login_inner_wrapper .right_side_section {
    padding: 2.5rem 1.5rem 0 1.5rem;
  }
  .login_section .login_inner_wrapper .right_side_section .right_side_login_content .login_title h3 {
    font-size: 26px;
  }
  .login_section .login_inner_wrapper .right_side_section .right_side_login_content .login_title p {
    font-size: 15px;
  }
  .login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .forget p a {
    font-size: 14px;
  }
  .login_section .login_inner_wrapper .right_side_section .right_side_login_content .form_section .form-group .form_label {
    font-size: 12px;
  }
}