.toastify.danger {
    min-width: fit-content;
}

.password-label-container {
    display: flex;
    justify-content: space-between;
}

.password-label-container a {
    font-size: 14px;
}

.login-button-container {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.signup-link {
    text-align: center;
    margin-top: 24px;
}