.loginChoso_header {
  display: flex;
  align-items: center;
}

.loginChoso_header>img {
  width: 66px;
  height: 70px;
  object-fit: cover;
  margin-right: 16px;
}

.loginChoso_header .header_text_top {

  letter-spacing: 1.08px;
  font-size: 27px;
  color: #222;
  font-weight: 900;
  line-height: 30px;
}

.loginChoso_header .header_text_bottom {

  letter-spacing: 0.68px;
  font-size: 17px;
  color: #222;
  font-weight: 300;
}

.loginChoso_content>.title_login {
  display: block;
  /* font-family: Poppins-Bold; */
  font-size: 39px;
  color: #215783;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.loginChoso_content>.intrucstion {

  font-size: 12px;
  color: #848484;
  line-height: 15px;
  margin-bottom: 13px;
}

.login_form_actions {
  /* display: flex; */
  align-items: center;
  margin-top: 20px;
}

.btn_login_choso {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  cursor: pointer;
  height: 50px;
  background: #215783;
  border: 1px solid #215783;
  border-radius: 10px;
  margin-bottom: 10px;
}

.forgot_password {

  font-size: 14px;
  color: #848484;
  cursor: pointer;
  text-decoration: underline;
}

.login_notices {
  display: flex;
  align-items: center;
  color: #f4791c;
  font-size: 14px;
  margin-top: 20px;
}

.login_notices>i {
  font-size: 16px;
  margin-right: 10px;
}

.login_notices>p {
  margin: 0;
  padding: 0;
}

.loginChoso_right {
  width: 40%;
  height: 520px;
  flex-shrink: 0;
  background-image: url('../images/bg_login.png');
  /* background-image: url(“//c1.sfdcstatic.com/content/dam/web/en_us/www/images/login-promos/login-promo-prospect-free-trial.jpg”); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0px 5px 5px 0px;
}

.login_form .ant-legacy-form-item-label {
  line-height: 30px;
}

.login_form .ant-legacy-form-item-label>label {

  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  padding-left: 7px;
  font-weight: 500;
  opacity: 1;
}

.ant-btn.btn.btn-login.ant-btn-button {
  border-radius: 100px !important;
  margin-top: 14px;
}