body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(ellipse farthest-corner at center top,rgba(166,166,166,.05) 30%,rgba(166,166,166,.55) 100%);
}

.header {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: .6rem;
    width: 100%;
    display: block;
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1rem;
    color: #9494a4;
}

.invalid-profile-container > .header, .error-message-container > .header {
    border-bottom: none;
    padding: .5rem 0 1.5rem;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4rem;
    color: #000000;
}

.invalid-profile-container, .error-message-container {
    display: flex;
    height: 100%;
    margin: 1.5rem 2.5rem;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
}

p > a {
    text-decoration: underline;
    font-weight: 600;
}

.btn-primary {
    position: relative;
    display: inline-block;
    margin: 0;
    height: 2.2em;
    padding: .9em;
    border: 0;
    border-radius: 3rem;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    background-color: #2777D3;
    width: 100%;
    transition: opacity 125ms ease-out;
}

.btn {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: .8em;
    border: 0;
    border-radius: 3rem;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    font-size: .9rem;
    line-height: 1;
    font-weight: 600;
    margin: 10px 0;
    color: #fff;
    background-color: #5c5c5c;
    width: auto;
    transition: opacity 125ms ease-out;
}

#manage-profile-button {
    font-size: 1rem;
    font-weight: 500;
    line-height: 0;
    padding: 24px 0;
    margin: 18px 0;
}

.button-container {
    height: auto;
    width: 99%;
}

.header > em {
    font-style: normal;
    color: #5b5b5b;
    font-weight: 700;
}

.login-window {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 385px;
    max-width: 85vw;
    width: 385px;
    height: 38vh;
    min-height: 390px;
    background: #fff;
    margin: 0 auto 0;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.login-flow-container {
    width: 100%;
    height: 100%;
}

.main-content {
    width: 48vw;
    min-height: 48vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.logo {
    margin-bottom: 15px;
    --zui-svg-width: 150px;
    --zui-svg-height: 64px;
}

.loading-window {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 3rem;
}

.loading-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.spinner {
    --zui-spinner-size: 50px;
    --zui-spinner-stroke-width: 5px;
    --zui-spinner-color: gray;
}

.hide {
    display:none !important;
}
pre:empty {
    display: none;
}

.form-inline {
    margin-bottom: 30px;
}
.form-control{
    margin-right:10px;
}

#username {
    font-weight: 400;
    padding-top: 6px;
    margin-left:10px;
}
.buttons{
    margin-top:20px;
}
.buttons > div {
    display:inline;
}
.form-inline label {
    font-weight:bold;
    margin-right:15px;
}
.banner{
    float:left;
}
.buttons{
    float:right;
}