.tippy-box[data-theme~="wrong"] {
    background-color: #f5f5f7;
    color: red;
    width: 150px;
    text-align: center;
    padding: 10px;
    z-index: 9999;
    visibility: hidden;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    cursor: pointer;
}

#submitGuestAccount:disabled {
    cursor: not-allowed;
}
