@import 'login.css';
@import 'phosphor-icons/style.css';

.container {
    font-size: 16px;
    user-select: text;
}

.alert {
    padding: 16px;
    font-weight: 500;

    color: #492B08;
    background-color: #FDF0E1;
    border-radius: 12px;
}

.alert-title {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.alert-title .ph {
    font-weight: bold;
}

p {
    padding: 0;
    line-height: 1.2;
    margin-bottom: 8px;
}
