* {
    margin: 0;
    padding: 0;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

.background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-image: url(dinner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(0.6px);
    opacity: 0.4;
}

.container {
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

.card {
    position: relative;
    background: white;
    width: 440px;
    border-radius: 2px;
}

.card-inner {
    margin: 44px;
    font-weight: 600;
    color: rgb(50, 49, 48);
}

.button-group {
    display: flex;
    justify-content: flex-end;
    padding-top: 12px;
}

.button-group button {
    margin-left: 10px;
}

.title {
    padding-bottom: 12px;
}

.title.no-padding {
    padding-bottom: 0;
}

.sub-title {
    padding-bottom: 22px;
}

.actions {
    text-align: center;
    padding-top: 20px;
}

.message {
    padding-bottom: 18px;
}

.ms-MessageBar {
    line-height: 17px;
    width: 100%;
}

.ms-MessageBar-content {
    display: flex;
    align-items: center;
    padding: 4px;
}

.ms-MessageBar-icon {
    margin-right: 4px;
}

.error-message {
    padding-bottom: 22px;
}
