/* Auth layout styles */
.logo-box {
    width: 160px;
    height: 48px;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}
