.login-wrapper .title-text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.2;
}
.login-wrapper .inner-container {
  width: 100%;
}
.login-wrapper .inner-container > .left-part {
  width: 40%;
  background: url(../images/login-bg.svg) center center no-repeat;
  background-size: cover;
  padding: 80px 0 120px 0;
}
.login-wrapper .inner-container > .left-part .max-container {
  max-width: 440px;
  margin: 0 auto;
}
.login-wrapper .inner-container > .left-part .content .text {
  line-height: 1.4;
  font-size: 14px;
}
.login-wrapper .inner-container > .left-part .image-wrp {
  max-width: 300px;
  width: 100%;
  margin: 106px auto 116px auto;
  height: 318px;
}
.login-wrapper .inner-container > .left-part .image-wrp img {
  width: 100%;
  height: 100%;
}
.login-wrapper .inner-container > .right-part {
  width: 60%;
  background-color: #fff;
  padding: 160px 0 40px 0;
}
.login-wrapper .inner-container > .right-part .max-container {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.login-wrapper .inner-container > .right-part .max-container .text {
  margin-bottom: 40px;
}
.login-wrapper .inner-container > .right-part .max-container .bottom-section {
  text-align: center;
  color: #8C8780;
}
.login-wrapper .inner-container > .right-part .remember-box .forgot-action {
  padding-top: 4px;
}
.login-wrapper .email-section .title-text {
  margin-bottom: 40px;
}
.login-wrapper .email-section .notification-icon {
  width: 90px;
  height: 80px;
}
.login-wrapper .email-section .notification-icon img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=login.css.map */

/*#logindisable[disabled] {
    background-color: black;*/ /* Change to the color you want */
    /*cursor: not-allowed;*/ /* Show "not-allowed" cursor when disabled */
/*}*/






