.select2-container {
    margin-bottom: 8px !important;
}
/* Select2 custom agar seragam dengan input */
.select2-container--default .select2-selection--single {
    background: #f9f9f9;
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    font-size: 0.95em;
    color: #181C20;
    font-family: inherit;
    height: 44px;
    min-height: 44px;
    box-sizing: border-box;
    transition: border 0.2s;
    outline: none;
    display: flex;
    align-items: center;
    padding: 0 8px;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single.select2-selection--focus {
    border: 1.5px solid #2196f3;
    background: #e3f2fd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #181C20;
    line-height: 44px;
    font-size: 0.95em;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    min-height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #bdbdbd;
    text-align: left;
    line-height: 44px;
    font-size: 0.95em;
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    min-height: 44px;
}
.select2-dropdown {
    border-radius: 6px;
    font-size: 0.95em;
    font-family: inherit;
}
.select2-results__option {
    padding: 6px 12px;
}
.select2-container {
    width: 100% !important;
}
.password-wrapper {
    position: relative;
    width: 100%;
}
.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2em;
    color: #bdbdbd;
    user-select: none;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
body {
    background: #fff url('assets/foto_bupati.png') no-repeat center center fixed;
    background-size: cover;
    color: #181C20;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif !important;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body:before {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.75);
    z-index: 0;
    pointer-events: none;
}
.container {
    position: relative;
    z-index: 1;
    max-width: 370px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(33,150,243,0.07), 0 1.5px 8px rgba(0,0,0,0.04);
    padding: 18px 12px 18px 12px;
    text-align: center;
    transition: box-shadow 0.2s;
    min-height: unset;
}
.logo-section {
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.logo {
    width: 360px;
    margin-bottom: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bupati-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}
.bupati {
    width: 220px;
    border-radius: 16px;
    border: 2.5px solid #2196f3;
    background: #e3f2fd;
    box-shadow: 0 2px 12px rgba(33,150,243,0.08);
    margin-bottom: 8px;
}
.login-section, .signup-section {
    margin-top: 18px;
}
h2 {
    color: #181C20;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 1em;
    letter-spacing: -0.5px;
}
label {
    display: block;
    margin-bottom: 4px;
    color: #181C20;
    text-align: left;
    font-size: 0.85em;
    font-weight: 500;
}
input, select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 6px 8px;
    margin-bottom: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    font-size: 0.85em;
    background: #f9f9f9;
    color: #181C20;
    font-family: inherit;
    transition: border 0.2s;
}
input:focus, select:focus {
    outline: none;
    border: 1.5px solid #2196f3;
    background: #e3f2fd;
}
.btn-red.gradient {
    background: linear-gradient(90deg, #ADD8E6 0%, #90c3e6 100%);
    color: #181C20;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 1.5px 6px rgba(33,150,243,0.08);
    letter-spacing: 0.5px;
    width: 100%;
    margin-top: 8px;
}
.btn-red.gradient:hover {
    background: linear-gradient(90deg, #90c3e6 0%, #ADD8E6 100%);
    box-shadow: 0 2.5px 12px rgba(33,150,243,0.13);
}
/* Custom select modern */
.custom-select-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}
.custom-select {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    font-size: 0.85em;
    background: #f9f9f9 url('data:image/svg+xml;utf8,<svg fill="%232196f3" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 8px center/18px 18px;
    color: #181C20;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border 0.2s;
}
.custom-select:focus {
    outline: none;
    border: 1.5px solid #2196f3;
    background-color: #e3f2fd;
}
html, body {
    height: 100%;
    overflow: hidden;
}
a {
    color: #2196f3;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
a:hover {
    text-decoration: underline;
    color: #1565c0;
}
@media (max-width: 600px) {
    .container {
        max-width: 99vw;
        padding: 12vw 2vw 12vw 2vw;
    }
    .logo {
        width: 140px;
    }
    .bupati {
        width: 98vw;
        max-width: 98vw;
    }
}