body { background: #05070c; }
.card { border-radius: 18px; }
.btn, .form-control, .input-group-text { border-radius: 14px; }
.border-secondary-subtle { border-color: rgba(148,163,184,.18) !important; }
.bg-dark { background-color: rgba(10,12,18,.72) !important; }


.logo-box {
    width: 95px;
    height: 95px;
    background: rgb(218 228 228 / 96%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(255,255,255,.05);
}
