.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-size: 39px;
  color: #0072bc;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.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;
  text-transform: uppercase;
  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: #0072bc;
  border: 1px solid #0072bc;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 40px;
  font-weight: 500;
}
.login_form .input_login-ant{
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 5px 10px;
  font-size: 16px;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}
.login_form .input_login-ant:focus{
  border-bottom: 1px solid #0072bc;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
}
.login_modal .ant-modal-content{
  border-radius: 10px !important;
}

.forgot_password {
  font-size: 14px;
  color: #848484;
  cursor: pointer;
  text-decoration: underline;
}
.ant-legacy-form-explain {
  color: red;
}
.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;
}
