/***
Login page
***/
.login .logo {
  margin: 0 auto;
  margin-top: 60px;
  padding: 15px;
  text-align: center;
}
.login .content {
  background-color: #eceef1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 400px;
  margin: 40px auto 10px auto;
  padding: 30px;
  padding-top: 10px;
  overflow: hidden;
  position: relative;
}
.login .content h3 {
  color: #4db3a5;
  text-align: center;
  font-size: 28px;
  font-weight: 400 !important;
}
.login .content h4 {
  color: #555;
}
.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px 0;
}
.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}
.login .content .form-control {
  border: none;
  background-color: #dde3ec;
  height: 43px;
  color: #8290a3;
  border: 1px solid #dde3ec;
}
.login .content .form-control:focus,
.login .content .form-control:active {
  border: 1px solid #c3ccda;
}
.login .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
}
.login .content .form-control:-ms-input-placeholder {
  color: #8290a3;
}
.login .content .form-control::-webkit-input-placeholder {
  color: #8290a3;
}
.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}
.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}
.login .content .form-actions {
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.login-options {
  margin-bottom: 30px;
  overflow: hidden;
}
.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
}
.login-options .social-icons {
  float: right;
  padding-top: 3px;
}
.social-icons {
  padding: 0;
  margin: 0;
}
.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
}
.social-icons li > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover > a {
  background-position: 0 -38px;
}
.social-icons li .twitter {
  background: url(/Common/Images/social/twitter.png) no-repeat;
}
.social-icons li .facebook {
  background: url(/Common/Images/social/facebook.png) no-repeat;
}
.social-icons li .google {
  background: url(/Common/Images/social/google.png) no-repeat;
}
.social-icons li .microsoft {
  background: url(/Common/Images/social/microsoft.png) no-repeat;
}
.social-icons li .openidconnect {
  background: url(/Common/Images/social/open-id-connect.png) no-repeat;
}
.social-icons li .wsfederation {
  background: url(/Common/Images/social/ws-federation.png) no-repeat;
}
.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
}
.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}
.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.login .content .form-actions .btn {
  margin-top: 1px;
}
.login .content .form-actions .btn-success {
  font-weight: 600;
  padding: 10px 20px !important;
}
.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ffffff;
  border: none;
}
.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af;
}
.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 10px;
}
.login .content .check {
  color: #8290a3;
}
.login .content .rememberme {
  margin-left: 8px;
  margin-top: 10px;
}
.login .content .create-account {
  margin: 0 -40px -40px -40px;
  padding: 15px 0 17px 0;
  text-align: center;
  background-color: #6c7a8d;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd;
}
.login .content .create-account .pipe-divider {
  color: #c3cedd;
}
.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}
.login .content .alert {
  margin-bottom: 10px;
}
.login .content .alert:last-child {
  margin-bottom: 0;
}
/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #7a8ca5;
  font-size: 13px;
}
.language-switch-area {
  text-align: center;
  padding: 30px 10px 10px 10px;
}
.language-switch-area .language-icon {
  -ms-opacity: 0.5;
  opacity: 0.5;
}
.language-switch-area .language-icon-current {
  -ms-opacity: 1;
  opacity: 1;
}
@media (max-width: 440px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }
  .login .content {
    width: 280px;
    margin-top: 10px;
  }
  .login .content h3 {
    font-size: 22px;
  }
  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }
  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }
  .login .checkbox {
    font-size: 13px;
  }
}
.content.account-forms {
  margin-top: 10px;
}
.content.tenant-change-box {
  padding: 16px;
  text-align: center;
}
html,
body,
.btn {
  font-family: Poppins !important;
}
.btn + .btn {
  margin-left: 0px;
}
/** Setting Login E-Invoice **/
body {
  background-image: none;
  background-color: #fff;
}
.E-Invoice_Login {
  min-height: 100vh;
  display: grid;
  grid-template-rows: 170px auto 80px;
}
.login__signup-label {
  margin-bottom: 20px;
}
.loginHeader {
  background-image: linear-gradient(to bottom right, #2b405f, #47699e);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.loginHeader:after {
  content: '';
  background-image: url(/TSD/images/afterBannerLogin.svg);
  position: absolute;
  width: 150px;
  height: 150px;
  background-position: bottom right;
  top: 0;
  left: 0;
  opacity: 0.34;
}
.loginHeader:before {
  content: '';
  background-image: url(/TSD/images/beforeBannerLogin.svg);
  position: absolute;
  width: 50%;
  height: 55%;
  background-position: bottom right;
  top: 0;
  right: 40px;
  opacity: 0.25;
}
.loginHeader .main {
  width: 100%;
  max-width: 1065px;
  margin: auto;
  font-family: Roboto !important;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.loginHeader .main h1 {
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
}
.loginHeader .main p {
  font-size: 16px;
  line-height: 34px;
  margin-top: 8px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
}
.E-Invoice_Login.login.login-1 .login-content {
  max-width: 1065px;
  display: flex;
}
/*.E-Invoice_Login .login-content > div{
    width:50%;
}*/
.E-Invoice_Login .login-content .login-content-left {
  /*padding-top: 50px;*/
  width: 60%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.E-Invoice_Login .login-content .login-content-left img {
  width: 100%;
  position: relative;
  top: -50px;
}
.E-Invoice_Login .login-content .login-content-right {
  width: 40%;
  align-items: center;
}
.E-Invoice_Login .login-content .login-content-right.login-content-right-changepass {
  width: 480px;
}
.E-Invoice_Login .login-content .login-content-right > div {
  justify-content: flex-end;
}
.E-Invoice_Login.login.login-1 .login-content .login-content-right .div-login-form {
  width: 368px;
  margin-top: -75px;
  background-color: #fff;
  border-top: 5px solid #2E6CB7;
  padding: 40px 40px 27px 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: var(--font-family-Roboto);
}
.login-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto;
}
.E-Invoice_Login.login.login-1 .login-content .login-content-right .login-form input {
  padding: 8px;
  min-height: 40px;
  border-radius: 0;
}
.login.login-1 .login-content .login-form .form-group label {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}
.mb-24px {
  margin-bottom: 24px;
}
.mb-16px {
  margin-bottom: 16px;
}
#forget-password {
  font-size: 14px;
  color: #999;
  line-height: 17px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.E-Invoice_Login #kt_login_signin_submit {
  padding: 5px !important;
  background-color: #47699E;
  font-family: Roboto !important;
  color: #fff;
  margin-bottom: 24px;
  height: auto;
}
.E-Invoice_Login #kt_login_signin_submit img {
  margin-right: 5px;
}
.loginFooter {
  max-width: 1065px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.loginFooter > div:last-child a {
  color: #0078D7;
  font-size: 14px;
}
/*.form-group .invalid-feedback, .form-group .valid-feedback {
    font-size: 11px;
}*/
/*Step Login*/
.InvoiceStep {
  display: grid;
  grid-template-rows: calc(100vh - 80px) 80px;
  font-family: var(--font-family-Roboto);
}
.InvoiceStep-bottom .loginFooter {
  margin-top: 0;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.InvoiceStep-head {
  width: 1065px;
  margin: auto;
  background-image: url('/dist/img/startupbg.svg');
  background-repeat: no-repeat;
  background-size: 100% 80%;
  background-position: center;
  height: 100%;
  display: flex;
  align-items: center;
}
.InvoiceStep-head .content {
  width: 100%;
  padding: 0;
}
.InvoiceStep-head .content .step {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.InvoiceStep-head .content .title {
  font-size: 33px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
}
.InvoiceStep-head .box-step {
  width: 225px;
  min-height: 224px;
  border: 1px solid #47699E;
  background-color: white;
  padding: 26px 33px;
  position: relative;
  text-align: center;
  transition: all ease 0.3s;
}
.InvoiceStep-head .box-step:hover {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}
.InvoiceStep-head .box-step img {
  margin-bottom: 24px;
}
.InvoiceStep-head .content .step > img {
  padding: 0 24px;
}
.InvoiceStep-head .button {
  text-align: center;
}
.InvoiceStep-head .button a {
  padding: 7px 20px;
  background: #47699E;
  border: 1px solid #47699E;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  transition: all ease 0.3s;
}
.InvoiceStep-head .button a:hover {
  background: #fff;
  color: #47699E;
}
.main-changepass svg {
  margin: auto;
}
.fomrStep {
  transition: 0.5s all;
  display: none;
}
.fomrStep.activeStep {
  display: block;
}
.btn-f-login {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: #47699E;
  color: white;
  border-radius: unset;
  height: 40px;
  line-height: 5px;
}
.btn-f-login:hover {
  color: white;
  background: #3b5988;
}
.E-Invoice_Login.login.login-1 .login-content .login-content-right.login-content-right-changepass .div-login-form {
  min-height: initial;
  width: 100%;
  margin-top: -60px;
}
@media (min-width: 1439px) {
  .E-Invoice_Login .login-content .login-content-left img {
    width: 100%;
  }
  .loginHeader:after {
    width: 200px;
    height: 200px;
  }
  .loginFooter {
    margin-top: 24px;
  }
}
@media (min-width: 1600px) {
  .E-Invoice_Login.login.login-1 .login-content,
  .loginFooter,
  .loginHeader .main {
    max-width: 1170px;
  }
  .InvoiceStep-head {
    width: 1170px;
    margin: auto;
  }
}
@media (min-width: 1701px) {
  .loginHeader .main h1 {
    font-size: 36px;
  }
  .loginHeader .main p {
    font-size: 22px;
  }
  .InvoiceStep {
    display: grid;
    grid-template-rows: calc(100vh - 150px) 150px;
    font-family: var(--font-family-Roboto);
  }
  .E-Invoice_Login {
    grid-template-rows: 25% auto 13%;
  }
  .InvoiceStep-head .box-step {
    width: 250px;
    font-size: 14px;
  }
  .InvoiceStep-head .button a {
    font-size: 14px;
  }
  .InvoiceStep-head {
    width: 1366px;
    margin: auto;
  }
  .loginHeader .main {
    max-width: 1366px;
  }
  .login__signup-label {
    margin-bottom: 40px;
  }
  .E-Invoice_Login.login.login-1 .login-content {
    max-width: 1366px;
  }
  .E-Invoice_Login.login.login-1 .login-content .login-content-right .div-login-form {
    min-height: 600px;
    width: 400px;
    padding: 40px 40px 27px 40px;
  }
  .loginHeader:after {
    width: 200px;
    height: 200px;
  }
  .loginFooter {
    margin-top: 24px;
    max-width: 1366px;
  }
}
@media only screen and (max-width: 1367px) {
  .login-signin-changpass {
    padding: 25px 40px 15px 40px !important;
  }
  .login-signin-changpass .form-group {
    margin-bottom: 10px;
  }
  .E-Invoice_Login .login-content .login-content-right.login-content-right-changepass {
    width: 380px;
  }
}
