html, body{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-sticky-container{
    display: none;
}
#loginBox {
    margin: 0 auto;
    max-width: 608px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    background: #ffffff;
    border-radius: 20px;
}

#loginBox__header {
    height: 112px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #122a41;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

#loginBox__container {
}

#loginBox__title {
    text-align: center;
    font-size: 28px;
    padding-top: 0.5em;
}

#loginBox__signin {
}

#loginBox__footer {
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
}
#loginBox__footer a{
    color: #0066CC;
}