.hide-button {
    display: none;
}

.dc-logout-btn,
.logged-in .dc-login-btn {
    display: none;
}

.logged-in .dc-logout-btn {
    display: block;
}

.dc-logout {
    width: 311px;
    padding-bottom: 25px;
    background-color: #eeeeee;
}

.dc-logout .header-wrapper {
    width: 100%;
    background-color: #cc0033;
    z-index: 100;
    position: relative;
}

.dc-logout .header {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 2rem;
}

.dc-logout .logo {
    width: 100%;
    max-width: 220px !important;
    vertical-align: bottom;
}

.dc-logout .content-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: white;
    padding-bottom: 16px;
    padding-top: 32px;
}

.dc-logout .dc-logged {
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    font-size: 25px;
    line-height: 2;
    padding: 0 16px;
}

.dc-logout .btn {
    margin-top: 32px;
    font-size: 1rem;
    line-height: 1.25;
    cursor: pointer;
    min-width: 120px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .33rem .66rem;
    border-radius: 5px;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dc-logout button {
    color: #fff;
    background-color: #9c3;
    border-color: #9c3;
}