body {
    padding-top: 10px;
}
.btn {
    margin: 10px;
}
main img {
    height: 20px;
    margin-left: 5px;
}

.logo {
    width: 180px;
    height: auto;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .logo {
        width: 120px;
    }
}

.singpass-btn {
    width: 280px;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.singpass-btn:hover {
    content: url("/img/Myinfosingpass_hover.png");
}

.cancel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #223140;
    border: 2px solid #223140;
    border-radius: 8px;
    padding: 0 24px;
    width: 280px;
    max-width: 100%;
    height: 42px;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 600;
}
.cancel-btn:hover {
    border-color: #051423;
    color: #051423;
    transition: all 0.2s ease;
}

.section-header {
    background-color: #223140;
    color: #FFFFFF;
    padding: 10px;
    margin-top: 30px;
    font-weight: bold;
}
.form-check-inline {
    margin-right: 10px;
}
.form-section {
    padding: 10px;
    background-color: #fafafa;
    border-radius: 6px;
}
.required:after {
    content: " *";
    color: red;
}
.saveform-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #223140;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 0 24px;
    width: 280px;
    max-width: 100%;
    height: 42px;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 600;
}
.saveform-btn:hover {
    background-color: #051423;
    cursor: pointer;
    transition: all 0.2s ease;
}

.name-part {
    cursor: grab;
    user-select: none;
    border-radius: 0.5rem;
    transition: transform 0.15s, background-color 0.15s;
}
.name-part:active {
    cursor: grabbing;
    transform: scale(1.1);
    background-color: #495057;
}

.dropzone {
    border: 2px dashed transparent;
    transition: border-color 0.2s;
}

.dropzone.drag-over {
    border-color: #0d6efd;
    background-color: #f0f8ff;
}

footer {
    flex-shrink: 0;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
