* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
body,
html {
  width: 100%;
  height: 100%;
}
hr {
  margin: auto;
  width: 120px;
  border: 1px solid black;
}
.box-area {
  background: linear-gradient(
      48.72deg,
      #c6d7ff 37.85%,
      #f2eeff 55.03%,
      #d2e0ff 75.09%,
      #e4dcff 98.87%
    )
    center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}
.box-left {
  background: url(../../img/illus-left_semi.png) no-repeat;
  background-size: cover;
  position: absolute;
  width: 170px;
  height: 300px;
}
.box-right {
  background: url(../../img/illus-right_semi.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 383px;
}
.box-content {
  position: relative;
  max-width: 836px;
  margin: 3% auto 0 auto;
}
.content-header {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.content-header-left {
  background: url(../../img/logo_login.png) no-repeat;
}
.content-header-right {
  background: url(../../img/idea_semi.png) no-repeat;
  width: 320px;
  height: 250px;
  margin-right: 0.5rem;
  top: -90px;
  right: 20px;
  position: absolute;
}
.bg-login {
  height: 450px;
}
.content-bg-1 {
  background: url(../../img/shadow-book.png) no-repeat;
  background-size: cover;
  padding: 2.35rem;
  margin: 2.5rem auto 0 auto;
  width: 100%;
  height: 487px;
  z-index: 10;
}
.content-bg-2 {
  background: url(../../img/book.png) no-repeat;
  background-size: cover;
  padding: 1rem;
  margin: -4.75rem auto 0 auto;
  max-width: 762px;
  height: 527px;
}
.content-footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.content-right {
  background: linear-gradient(
      78deg,
      rgba(200, 200, 200, 0.5) 101%,
      rgba(40, 40, 40, 0.5) 95%,
      rgba(200, 200, 200, 0.5) 100%
    )
    0 50% / 3px 50% no-repeat;
  padding: 1.5rem;
}
.content-left {
  padding: 1.5rem;
}
.notification_title,
.form-login-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
.form-login-content {
  margin-top: 1rem;
  font-size: 14px;
}
.form-login-content input {
  font-size: 14px;
}
.notification_content {
  font-size: 14px;
  overflow-y: auto;
  margin-top: 1rem;
  overflow-wrap: break-word;
  text-align: justify;
  max-height: 365px;
}
.text-error {
  opacity: 1;
  color: #ff0000;
}
.w-full {
  width: 100%;
}
#togglePassword {
  cursor: pointer;
}
/* X-Small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
  /* */
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 767.98px) {
  /* */
  .form-login-content,
  .form-login-content input,
  .notification_content,
  .content-footer {
    font-size: 0.85rem;
  }
  .notification_title,
  .form-login-title {
    font-size: 1rem;
  }
  .content-right {
    background: none;
  }
  hr {
    width: 95px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (max-width: 991.98px) {
  /* */
  .content-bg-1 {
    background: none;
    padding: 2.35rem 0;
  }
  .content-bg-2 {
    background: #fff;
    border: #89c2f4 solid 5px;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (max-width: 1199.98px) {
  /* */
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (max-width: 1399.98px) {
  /* */
}
