﻿body {
    display: flex;
    flex-direction: column;
    background-color: #f0f0f0;
    min-height: 100vh;
}

.reg-card {
    border-radius: 12px;
    overflow: hidden;
}

.reg-header {
    background: #212529;
    padding: 28px 20px;
}

.reg-header img {
    max-height: 44px;
    max-width: 90px;
}

.reg-section-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #b8860b;
}

.reg-section-title .accent-bar {
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #ffcd00;
    border-radius: 2px;
    margin-right: 6px;
    vertical-align: middle;
}

.reg-card .form-control:focus,
.reg-card .form-select:focus {
    border-color: #ffcd00;
    box-shadow: 0 0 0 0.15rem rgba(255, 205, 0, 0.25);
}

.btn-udm {
    background-color: #ffcd00 !important;
    color: #212529 !important;
    border: 2px solid #ffcd00 !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
}

.btn-udm:hover {
    background-color: #e6b800 !important;
    color: #212529 !important;
    border-color: #e6b800 !important;
}

.btn-verify {
    border: 1px solid #ffcd00;
    color: #ffcd00;
    font-size: 0.78rem;
    padding: 4px 14px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.btn-verify:hover {
    background: #ffcd00;
    color: #212529;
}
