@import url('base.css');

/* Additional login-specific styles */
.form-container {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.form-group {
    margin-bottom: 1.75rem;
}

.form-group:last-of-type {
    margin-bottom: 1rem;
}

/* Ensure logo-mark displays correctly */
.logo-mark {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, #3b82f6, #22d3ee);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 0.9rem;
    flex-shrink: 0;
    line-height: 1;
}
