@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
.time {
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
.slow-time {
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.box {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #eee;
  color: #333;
  cursor: default;
  font: 300 12px 'Poppins';
  overflow: hidden;
  scroll-behavior: smooth;
}
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.login-container .lc-left,
.login-container .lc-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100vh;
  box-sizing: border-box;
}
.login-container .lc-left {
  background: url(../images/tabanan-login.jpg) center no-repeat #f04;
  background-size: auto 90% contain;
  border-right: 1px solid #ddd;
}
.login-container .lc-right {
  box-sizing: border-box;
  padding: 35px;
  background-color: #fff;
}
.login-container .lc-right .lcr-wrap {
  display: block;
  padding: 35px 0;
  width: 100%;
  max-width: 350px;
  text-align: center;
}
.login-container .lc-right .lcr-wrap img[alt='Logo SGSP'] {
  height: 21px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.login-container .lc-right .lcr-wrap .top-title {
  display: block;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  padding: 25px 0 45px 0;
}
.login-container .lc-right .lcr-wrap .field {
  display: block;
  margin-bottom: 15px;
}
.login-container .lc-right .lcr-wrap .field .material-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  margin: 1px 0 0 1px;
  color: #f04;
}
.login-container .lc-right .lcr-wrap .field:last-child {
  margin-bottom: 0;
}
.login-container .lc-right .lcr-wrap .field input {
  border: 1px solid #ddd;
  height: 42px;
  padding: 0 10px 0 52px;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  box-sizing: border-box;
}
.login-container .lc-right .lcr-wrap .field input:hover {
  border-color: #999;
}
.login-container .lc-right .lcr-wrap .field input:focus {
  border-color: #fff;
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.login-container .lc-right .lcr-wrap .field input:disabled,
.login-container .lc-right .lcr-wrap .field input:hover[disabled] {
  opacity: 0.5;
  border-color: #ddd !important;
}
.login-container .lc-right .lcr-wrap .field.error .material-icons {
  color: #ff2e5b;
}
.login-container .lc-right .lcr-wrap .field.error input {
  border-color: #ff2e5b;
  color: #ff2e5b;
}
.login-container .lc-right .lcr-wrap .error-place {
  display: block;
}
.login-container .lc-right .lcr-wrap .error-place div {
  display: block;
  padding: 8px 10px;
  background-color: #ffa1a1;
  font-size: 11px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  border-radius: 5px;
}
.login-container .lc-right .lcr-wrap .error-place div span {
  margin-right: 3px;
  font-size: 16px;
  vertical-align: middle;
}
.login-container .lc-right .lcr-wrap .mps9-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  width: auto;
  height: 42px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  margin: 5px 5px 0 0;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  box-sizing: border-box;
}
.login-container .lc-right .lcr-wrap .mps9-button:hover {
  background-color: #f04;
  cursor: pointer;
}
.login-container .lc-right .lcr-wrap .mps9-button.full-w {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 5px 0 0 0;
}
.login-container .lc-right .lcr-wrap .mps9-button.c-orange {
  background-color: #f04;
}
.login-container .lc-right .lcr-wrap .mps9-button.c-orange:hover {
  background-color: #ff3369;
}
.login-container .lc-right .lcr-wrap .mps9-button:disabled,
.login-container .lc-right .lcr-wrap .mps9-button.disabled {
  background-color: #ccc !important;
}
.login-container .lc-right .lcr-wrap .mps9-button:disabled:hover,
.login-container .lc-right .lcr-wrap .mps9-button.disabled:hover {
  background-color: #ccc !important;
  cursor: default;
}
.login-container .lc-right .lcr-wrap a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  color: #999;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
.login-container .lc-right .lcr-wrap a:hover {
  color: #f04;
}
@media only screen and (max-width: 680px) {
  .login-container {
    display: block;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .login-container .lc-left,
  .login-container .lc-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
  }
  .login-container .lc-left {
    background-position: top center;
    height: 100vh;
    position: fixed;
  }
  .login-container .lc-right {
    position: relative;
    max-width: 80%;
    border-radius: 20px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.07);
    margin-bottom: 10vh;
  }
  .login-container .lc-right .lcr-wrap {
    padding: 0 0;
  }
  .login-container .lc-right .lcr-wrap .top-title {
    padding-top: 0;
  }
}
