.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Wrapper login box */
.sinau-login-box {
  background: #fffaf5; /* krem kopi */
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Judul login */
.sinau-login-box h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: center;
  color: #4e342e; /* warna kopi */
  margin-bottom: 20px;
}

/* Styling form UM */
.um-form input[type="text"],
.um-form input[type="password"] {
  border-radius: 8px;
  border: 1px solid #c7a17a;
  padding: 12px;
  font-size: 15px;
}

.um-form input[type="submit"] {
  background: #6f4e37; /* dark coffee */
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.um-form input[type="submit"]:hover {
  background: #8d6e63; /* coffee latte */
}

/* Links (forgot password, register) */
.um a {
  color: #6f4e37 !important;
  font-weight: 500;
}

.sinau-notif-list { padding:10px; }
.notif-item { border-bottom:1px solid #ddd; padding:8px 0; }
.baru { background:red; color:#fff; font-size:10px; padding:2px 6px; border-radius:6px; margin-left:5px; }/* End custom CSS */