/* .home-container {
    width: 100%;
    display: flex;
    overflow: auto;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
  }
  .home-registerform {
    width: 100%;
    height: 1024px;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: flex-start;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 1);
  }
  .home-rectangle3 {
    top: 173px;
    left: 376px;
    width: 687px;
    height: 645px;
    position: absolute;
  }
  .home-rectangle11 {
    top: 265px;
    left: 566px;
    width: 308px;
    height: 53px;
    position: absolute;
  }
  .home-rectangle15 {
    top: 352px;
    left: 566px;
    width: 308px;
    height: 53px;
    position: absolute;
  }
  .home-rectangle14 {
    top: 442px;
    left: 566px;
    width: 308px;
    height: 53px;
    position: absolute;
  }
  .home-rectangle12 {
    top: 533px;
    left: 566px;
    width: 308px;
    height: 53px;
    position: absolute;
  }
  .home-rectangle13 {
    top: 680px;
    left: 634px;
    width: 172px;
    height: 53px;
    position: absolute;
  }
  .home-text {
    top: 693px;
    left: 690px;
    color: rgba(255, 255, 255, 1);
    height: auto;
    position: absolute;
    font-size: 24px;
    font-style: Medium;
    text-align: left;
    font-family: Roboto;
    font-weight: 500;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
  .home-text02 {
    top: 203px;
    left: 648px;
    color: rgba(0, 0, 0, 1);
    height: auto;
    position: absolute;
    font-size: 24px;
    font-style: Medium;
    text-align: left;
    font-family: Roboto;
    font-weight: 500;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
  .home-text04 {
    top: 763px;
    left: 389px;
    color: rgba(33, 143, 245, 1);
    width: 331px;
    height: auto;
    position: absolute;
    font-size: 18px;
    font-style: Medium;
    text-align: left;
    font-family: Roboto;
    font-weight: 500;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
  .home-text06 {
    top: 277px;
    left: 584px;
    color: rgba(184, 177, 177, 1);
    height: auto;
    position: absolute;
    font-size: 24px;
    font-style: Medium;
    text-align: left;
    font-family: Roboto;
    font-weight: 500;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
  .home-text08 {
    top: 364px;
    left: 582px;
    color: rgba(184, 177, 177, 1);
    height: auto;
    position: absolute;
    font-size: 24px;
    font-style: Medium;
    text-align: left;
    font-family: Roboto;
    font-weight: 500;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
  .home-text10 {
    top: 546px;
    left: 580px;
    color: rgba(184, 177, 177, 1);
    height: auto;
    position: absolute;
    font-size: 24px;
    font-style: Medium;
    text-align: left;
    font-family: Roboto;
    font-weight: 500;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
  .home-text12 {
    top: 454px;
    left: 584px;
    color: rgba(184, 177, 177, 1);
    height: auto;
    position: absolute;
    font-size: 24px;
    font-style: Medium;
    text-align: left;
    font-family: Roboto;
    font-weight: 500;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
  .home-mingcutecheckboxfill {
    top: 608px;
    left: 565px;
    width: 30px;
    height: 30px;
    display: flex;
    overflow: hidden;
    position: absolute;
    align-items: flex-start;
    flex-shrink: 0;
  }
  .home-group {
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    position: absolute;
    align-items: flex-start;
    flex-shrink: 1;
  }
  .home-vector {
    top: 3.75px;
    left: 3.75px;
    width: 22px;
    height: 22px;
    position: absolute;
  }
  .home-text14 {
    top: 617px;
    left: 601px;
    color: rgba(0, 0, 0, 1);
    width: 178px;
    height: auto;
    position: absolute;
    font-size: 15px;
    font-style: Medium;
    text-align: left;
    font-family: Roboto;
    font-weight: 500;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
   */
   /*---------------------------------------
  REGIS FORM
-----------------------------------------*/
.body-login {
  background: url('/frontend/img/4940019.jpg') repeat;
}

.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.login-box {
  display: flex;
  width: 900px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.login-left {
  padding: 30px;
  width: 50%;
}

.login-right {
  width: 60%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.login-icon i {
  margin-right: 10px;
  font-size: 30px;
  color: black;
  transition: color 0.3s ease;
}

.login-icon i:hover {
  color: var(--primary-color);
}

.login-icon span {
  color: black;
  font-size: 24px;
  font-weight: bold;
}

.login-right img {
  max-width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.login-right img:hover {
  transform: scale(1.05);
}

.login-text {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 22px;
  color: #333;
}

p {
  font-size: 14px;
  color: #666;
}

.input-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background: #f0f0f0;
  border-radius: 8px;
  padding: 10px;
  transition: background-color 0.3s ease;
}

.input-group:focus-within {
  background-color: #e0e0e0;
}

.input-group i {
  margin-right: 10px;
  font-size: 18px;
  color: #333;
  transition: color 0.3s ease;
}

.input-group i:hover {
  color: var(--primary-color);
}

.input-group input[type="text"],
.input-group input[type="password"],
.input-group input[type="username"] {
  border: none;
  background: transparent;
  outline: none;
  flex: 1;
  font-size: 14px;
  color: #333;
}

.forgot-password {
  display: block;
  text-align: right;
  color: var(--primary-color);
  font-size: 12px;
  margin-bottom: 20px;
}

.login-btn {
  background: #003FA1;
  color: #ffffff;
  border: none;
  padding: 12px 0;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 15px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.login-btn:hover {
  transform: scale(1.02);
}

.login-btn-guru {
  background: pink;
  color: #ffffff;
  border: none;
  padding: 12px 0;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 15px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.login-btn-guru:hover {
  transform: scale(1.02);
}

.main-page-btn-guru {
  display: block;
  text-align: center;
  color: #333;
  background: #f0f0f0;
  padding: 12px 0;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.main-page-btn:hover {
  background-color: #e0e0e0;
  transform: scale(1.02);
}

.login-btn-perusahaan {
  background: #2e7d32;
  color: #ffffff;
  border: none;
  padding: 12px 0;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 15px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.login-btn-perusahaan:hover {
  background: #1b5e20;
  transform: scale(1.02);
}


.main-page-btn-perusahaan {
  display: block;
  text-align: center;
  color: #333;
  background: #f0f0f0;
  padding: 12px 0;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.main-page-btn:hover {
  background-color: #e0e0e0;
  transform: scale(1.02);
}

.main-page-btn {
  display: block;
  text-align: center;
  color: #333;
  background: #f0f0f0;
  padding: 12px 0;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.main-page-btn:hover {
  background-color: #e0e0e0;
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .login-box {
      flex-direction: column;
      width: 100%;
      border-radius: 0;
      transition: all 0.3s ease;
  }

  .login-left, .login-right {
      width: 100%;
      padding: 15px;
  }

  .login-right {
      display: block;
  }

  .login-icon {
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
  }

  .login-icon i {
      font-size: 30px;
      margin-right: 15px;
  }

  .login-icon span {
      font-size: 24px;
  }

  .login-text {
      font-size: 20px;
      margin-bottom: 10px;
  }

  p {
      font-size: 12px;
  }

  .input-group {
      padding: 10px;
      margin-bottom: 20px;
  }

  .input-group i {
      font-size: 20px;
  }

  .input-group input[type="text"],
  .input-group input[type="password"] {
      font-size: 16px;
  }

  .forgot-password, .login-btn, .main-page-btn {
      font-size: 14px;
  }

  .login-btn, .main-page-btn {
      padding: 12px 0;
      margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .login-icon {
      margin-bottom: 20px;
      justify-content: flex-start;
  }

  .login-icon i {
      font-size: 36px;
      margin-right: 20px;
  }

  .login-icon span {
      font-size: 28px;
  }

  .login-text {
      font-size: 18px;
      margin-bottom: 15px;
  }

  p {
      font-size: 11px;
  }

  .input-group {
      padding: 12px;
      margin-bottom: 20px;
  }

  .input-group i {
      font-size: 18px;
  }

  .input-group input[type="text"],
  .input-group input[type="password"] {
      font-size: 16px;
  }

  .forgot-password, .login-btn, .main-page-btn {
      font-size: 13px;
  }

  .login-btn, .main-page-btn {
      padding: 10px 0;
      margin-bottom: 20px;
  }
}


/*---------------------------------------
SITE HEADER
-----------------------------------------*/
.site-header {
background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
padding-top: 150px;
padding-bottom: 80px;
}

.site-header .container {
height: 100%;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item a:hover,
.breadcrumb-item.active {
color: var(--white-color);
}

.site-header .custom-icon {
color: var(--white-color);
font-size: var(--h4-font-size);
}

.site-header .custom-icon:hover {
color: var(--secondary-color);
}