
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    width: 100%;
}

#header-logo {
    background-image: url('/img/logo-transparent.png');
    width: 300px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

#bg {
    background-image: url('/img/logincfd2.jpg');
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0;
}


.snowflake {
    position: absolute;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: -webkit-radial-gradient( center, circle farthest-corner, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100% );
    background-image: -moz-radial-gradient( center, circle farthest-corner, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100% );
    background-image: -ms-radial-gradient( center, circle farthest-corner, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100% );
    background-image: radial-gradient( center, circle farthest-corner, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100% );
}

.theme-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    background: none !important;
    z-index: 999999;
}

.theme-container-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}

.mfa-result {
    margin: 10px 0;
    font-size: 1.6rem;
    color: green;
}

.disabled-message {
    color: #000000;
    font-size: 1.4rem;
    margin: 20px 0 0 0;
}

.error-message {
    color: #a00000;
    font-size: 1.4rem;
    margin: 20px 0 0 0;
}

.login-button {
    width: 100%;
    background-color: #666666;
    margin: 0px 0px 0px 0px;
    color: #fff;
    padding: 1.5rem 3rem;
    text-align: left;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    background-image: url(/img/arrow_btn.png);
    background-position: right 1.313rem center;
    background-repeat: no-repeat;
    background-size: 9px 16px;
    width: 100%;
    transition: background-color 0.4s ease 0s;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
}

.login-button.button-secondary {
    background-color: #444;
    font-size: 1.2rem;
    color: #ccc;
    padding: 1rem 3rem;
}

.login-button.button-primary {
    background-color: #0083C6;
}

.divider-line {
    border-top: solid 2px #777;
    margin-top: 25px;
    margin-bottom: 25px;
}

.header-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.login-button:hover {
    background-color: #000;
    color:#fff;
}

.login-content-wrapper .info-content {
    display: none;
    overflow: hidden;
    position: relative;
    font-size:1.2rem;
    line-height:1.4rem;
}

.login-content-wrapper.info-visible .info-content {
    display: block;
}

.login-content-wrapper.info-visible .content {
    display: none;
}

.login-content-wrapper .info-close-button {
    display: none;
}

.login-content-wrapper.info-visible .info-close-button {
    display: block;
}

.login-content-wrapper.info-visible .info-button {
    display: none;
}

.login-content-wrapper .info-button {
    cursor: pointer;
    color: #0083C6;
}

.login-content-wrapper .info-button:hover, .info-close-button:hover {
    color: #fff;
}

.header-logo {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

.header-logo img {
    height: 6rem;
    width: auto;
}

.footer-title {
    font-size: 5rem;
    color: #fff;
    line-height: 4.5rem;
    position: fixed;
    bottom: 50px;
    left: 50px;
    text-transform:uppercase;
}
.close-button, .info-close-button {
    color: #444;
    cursor: pointer;
    text-decoration: none;
}

.info-close-button {
    display: none;
}

.login-button.disabled {
    color: #ccc;
    background-color: #aaa;
    cursor: default;
}

.content-header {
    background-color: rgba(255,255,255,0.8);
    display: flex;
    width: 360px;
    margin-bottom: 10px;
    color: #444;
    padding: 10px 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 3rem;
    max-width: 100%;
    line-height: 3rem;
}

.login-content {
    font-size: 2rem;
    line-height: 2rem;
    display: block;
    background-color: rgba(255,255,255,0.8);
    overflow: hidden;
    padding: 30px 30px;
    width: 360px;
    position: relative;
    max-width: 100%;
}

.header-title {
    font-size: 6rem;
    color: #fff;
    line-height: 5.5rem;
    position: fixed;
    top: 50px;
    left: 50px;
    text-transform: uppercase;
}

footer {
    position: absolute;
    bottom: 15px;
    background: transparent;
}

    footer .footer-content {
        background-color: transparent;
        display: flex;
        margin-top: 10px;
        color: #000;
        padding: 10px 10px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer .footer-link {
        padding: 0px;
        margin: 0px 10px;
    }

    footer a {
        color: #fff;
        text-decoration:none;
    }
