body {
    font-family: 'Open Sans', HelveticaNeue, Helvetica-Neue, Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    margin: 0
}

a:link {
    text-decoration: none;
    color: #069
}

#footercenter {
    text-align: center
}

#footer-login-page {
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #FFF;
    padding: 15px 20px;
    font-size: 10px;
    bottom: 0;
    overflow: hidden;
    z-index: 9;
    color: #666
}

#login-content {
    margin: auto;
    display: flex;
    justify-content: center;
    min-height: 819px;
    height: 90vh;
    width: 95%;
    background-image: url(/images/login/login-bg.png);
    background-size: cover;
    background-repeat: space;
    background-position: center;
    border-radius: 29px
}

#guest-template-content {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100vh
}

#footer-login-page a {
    color: #666
}

#outer-login-container {
    display: flex;
    align-items: center;
    justify-content: center
}
