html, body {
  font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #383e57;
    min-width: 960px;
    background-color: #ECF1FA;
}

main {
  top: 0!important;
}

.content {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}

.login-form {
  width: 460px;
  max-width: 460px;
  min-height: 100vh;
  display: block;
  background-color: #393f57;
  padding: 74px 30px 55px 30px;
}

.login-more {
  background-image: var(--img-login-more);
  width: calc(100% - 460px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.top-title {
  margin-bottom: 131px;
  color: #81869c;
}

/**#welcomeToLbl {*/
#welcomeToLbl-plugin .font-header{
  height: 27px;
  position: absolute;
  font-size: 20px;
  right: -40px;
  margin-top: 5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4px;
  color: #80859c;
}

.gwms {
  width: 194px;
  height: 68px;
  font-size: 50px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 6.2px;
  color: #81869c;
}

#loginAccountLbl-plugin .font-header{
  width: 189px;
  height: 38px;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #828fc2;
}

.btn-form-login {
  float: left;
  display: -webkit-box;
  margin-top: 30px;
}

#input-username {
  margin-top: 20px;
  position: relative;
}

#input-password {
  margin-top: 20px;
  position: relative;
}

#input-username .symbol-textbox {
  background-image: var(--img-input-username);
  background-repeat: no-repeat;
  height: 100%;
  width: 32px;
  margin-top: 1px;
  background-position: 8px;
  position: absolute;
  z-index: 4;
}

#userIdTxt-plugin .input-group .font-textbox {
  padding-left: 42px;
  padding-top: 6px;
  height: 45px!important;
  border-radius: 4px;
  background-color: #eef4f9;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #393f57;
}

#input-password .symbol-textbox {
  background-image: var(--img-lock);
  background-repeat: no-repeat;
  height: 100%;
  width: 32px;
  background-position: 8px;
  position: absolute;
  z-index: 4;
  margin-top: 0px;
}

#passwordTxt-plugin .font-textbox {
  padding-left: 42px;
  padding-top: 7px;
  height: 45px!important;
  object-fit: contain;
  border-radius: 4px;
  background-color: #eef4f9;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #393f57;
}

#userIdTxt-plugin .input-group .font-textbox::placeholder {
  width: 51px;
  height: 22px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #393f57;
  font-family: var(--font-family-textbox);
  font-size: var(--font-size-textbox);
  font-weight: var(--font-weight-textbox);
}

#passwordTxt-plugin .font-textbox::placeholder {
  width: 73px;
  height: 22px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #393f57;
  font-family: var(--font-family-textbox);
  font-size: var(--font-size-textbox);
  font-weight: var(--font-weight-textbox);
}

#loginBtn-plugin .search-btn-bg {
  width: 187px;
  height: 50px;
  margin: 0 !important;
}

#loginBtn span {
  width: 42px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.forgot-pw a{
  text-decoration: none;
}

#changePasswordBtn-plugin .back-btn-bg {
  width: 188px;
  height: 50px;
}

#changePasswordBtn-plugin{
  margin-left: 25px;
}

#changePasswordBtn span {
  width: 137px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a90e2;
}
.forgot-pw{
  width: 400px;
  margin-top: 115px;
}
#forgotPasswordLbl-plugin .font-header{
  width: 132px;
  height: 22px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4597f5;
}

@media ( max-width : 992px) {
  .login-more {
    width: 50%;
  }
}

@media ( max-width :768px) {
  .login-form {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

main {
  margin-top: 0px !important;
  position: relative !important;
  right: 0px !important;
  left: 0px !important;
  margin-left: 0px !important;
}

#userIdTxt-plugin .icon-clear_text {
     /*  margin-top: 20px; */
      font-size: 22px;
}

#userIdTxt-plugin .icon-clear-pos {
  right: 10px
}

#forgotPasswordLbl {
  cursor: pointer;
}

#forgotPasswordLbl-plugin lable {
  cursor: pointer;
}

#loginForm .textbox-nec-cls {
    position: absolute;
    margin-top: -10px;
}

#userIdTxt-plugin .icon-clear-pos {
      line-height: 30px;
}