html body {
  overflow-x: hidden;
}
.p_login {
  width: 100vw;
  height: 100vh;
  min-height: 890px;
  background-color: rgba(202, 158, 103, 0.1);
  display: flex;
  font-family: "Suisse intl Book";
}
@media screen and (max-width: 767px) {
  .p_login {
    flex-wrap: wrap;
    background-color: #fff;
    min-height: auto;
  }
}
.center_logos {
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}
.center_logos.mobile {
  display: none;
}
.center_logos .title {
  width: 100%;
  font-size: 18px !important;
  line-height: 23px !important;
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}
.center_logos .center_logos_el {
  width: 33%;
  height: 40px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
}
.center_logos .center_logos_el:nth-of-type(3) {
  justify-content: center;
}
.center_logos .center_logos_el:nth-of-type(4) {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .center_logos {
    display: none;
  }
  .center_logos.mobile {
    display: flex;
    margin-top: 40px;
  }
  .center_logos.mobile .title {
    padding-bottom: 0px;
    padding-right: 0;
  }
}
.login_left {
  width: 35.6%;
  min-width: 513px;
}
.login_left .login_left_container {
  margin-top: 90px;
  margin-left: 80px;
  margin-right: 80px;
}
.login_left .center_name {
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  color: #CA9E67;
}
.login_left .center_name span {
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .login_left {
    min-width: 350px;
  }
  .login_left .login_left_container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .login_left {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .login_left {
    width: 100%;
  }
  .login_left .login_left_container {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .login_left .cAH_logo {
    height: 28px;
  }
  .login_left .center_name {
    font-size: 12px;
    line-height: 16px;
  }
}
.login_right {
  background: #fff;
  flex-grow: 1;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.login_right .illustration {
  display: block;
  position: absolute;
  width: 720px;
  height: 450px;
  left: -215px;
  top: 440px;
  z-index: -1;
}
.login_right .illustration img {
  width: 80%;
  background-size: contain;
}
.login_right .login_right_container {
  margin-top: 70px;
  margin-left: 60px;
  margin-right: 60px;
}
.login_right .title {
  font-family: "Euclid Flex Medium";
  font-size: 48px;
  line-height: 61px;
}
.login_right .login_form {
  margin-top: 60px;
  width: 60%;
}
.login_right .login_form .form_group {
  margin-bottom: 30px;
}
.login_right .login_form .form_group label,
.login_right .login_form .form_group input {
  width: 100%;
  display: block;
}
.login_right .login_form .form_group label {
  font-size: 14px;
  line-height: 18px;
}
.login_right .login_form .form_group label .password_forgot {
  color: #000000;
  float: right;
  text-decoration: underline;
}
.login_right .login_form .form_group input {
  text-indent: 10px;
  background-color: #FFF;
  border: 1px solid rgba(202, 158, 103, 0.4);
  height: 40px;
}
.login_right .login_form .button_submit {
  height: 54px;
  width: 245px;
  background-color: #CA9E67;
  color: #fff;
  text-align: center;
  outline: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.login_right .login_form .button_submit:hover {
  background-color: #A9783B;
}
@media screen and (max-width: 1024px) {
  .login_right .illustration {
    display: none;
  }
  .login_right .login_form {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .login_right {
    width: 100%;
    box-shadow: none;
    margin-bottom: 50px;
  }
  .login_right:before {
    display: none;
  }
  .login_right .login_right_container {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .login_right .title {
    font-size: 26px;
    line-height: 33px;
    padding-right: 40px;
  }
  .login_right .login_form {
    margin-top: 20px;
  }
  .login_right .login_form .button_submit {
    width: 204px;
  }
}
