.error-container {
    display: none;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.error-box {
    background-color: #525252;
    width: max-content;
    color: #ffffff;
    padding: 1px 10px;
    border: 2px solid #ff0000;
    border-radius: 6px;
    transition: 0.5s;
}

.switch {
    font-size: 14px;
    margin-top: 5px;
}

.passwordVisibilitySwitch {
    height: 14px;
    width: 14px;
}