html, body {
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

article[role='document'] {
    flex: 1;
}

section[role="content"] {
    height: 100%;
}

#loginBox {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loginBox>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.login-box {
    background-color: #fff;
    border-radius: .25rem;
    display: flex;
    padding: 3rem;
}

.login-links a, .login-message {
    font-size: 14px;
}

section[role='footerButtons'] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

section[role='footerButtons'] a {
    color: #464444;
    text-decoration: none;
    font-size: 14px;
}

section[role='footerButtons'] a:hover {
    color: var(--p-color);
}

section[role='footerButtons']>div:nth-of-type(n+2) {
    margin-left: 2rem;
}

.login-wrapper{
    flex-direction: row;
    min-height: 40vh;
    background: none;
    background-color: white;
    width: auto
}

.header-left,.header-right{
    width:100%
}

.login-header {
    width: auto;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.header-left img {
    width: 10rem;
}

.header-right img {
    width: 15rem;
}
.login-card {
    margin: 1.5rem 1rem 1.5rem;
    background: #FFFFFF;
    box-shadow: none;
    box-sizing: border-box;
    position: relative;
    top: 0;
    border-left: 1px solid #ebebeb;
    padding-left: 1rem;
    width: 25rem
}

.login-tabs{
    margin: 0 1.25rem 1.25rem 1.25rem;
}
.tab-content{
    padding: 0 1.25rem 0rem 1.25rem;
}
.login-links{
    top:0;
    margin: 0
}