body {
    padding: 0;
    background: white;
}

/* For the unavailable page */
body.constellation-error {
    visibility: visible;
}

.constellation-error-background {
    background: radial-gradient(at top, #00b8bd, #00868c, #00868c);
    height: 480px;
    padding-top: 40px;
}

.constellation-error-background::before {
    /* Trick to have the image overflowing the div */
    content: '';
    position: absolute;
    width: 100%;
    height: 539px; /* height (439px) + position of image (100px) */
    z-index: 100;
    background: url('/shared/oae/img/Constellation-logo-big.svg') center 100px/382px
        439px no-repeat;
}

.constellation-error-box-links {
    position: absolute; /* To have the links in the bottom: Position relative in the container */
    bottom: 0;
}

.constellation-error-box-links li {
    list-style-type: none;
}

.constellation-error-box-links ul {
    padding: 0;
}

.constellation-error-code {
    margin-bottom: 5px;
    color: #fff;
}

.constellation-error-content {
    font-size: 20px;
    font-weight: 100;
    width: 650px;
    margin: 0 auto 0 auto;
}

@media (max-width: 768px) {
    .constellation-error-content {
        width: 260px;
    }
}

.constellation-error-message {
    font-size: 25px;
    padding: 25px;
}

.constellation-error-message-box {
    position: relative;
    background: #fff;
    height: 300px;
    box-shadow: 0px 0px 10px -3px black;
    border-radius: 3px;
    z-index: 200;
}

@media (max-width: 768px) {
    .constellation-error-message-box {
        height: 370px;
    }
}

/* Login forms */
.constellation-error-message input {
    margin-bottom: 15px;
}

.constellation-error-message label,
.constellation-error-message span {
    font-size: 14px;
}

.constellation-sign-in-button {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.constellation-resetpwd-button {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.constellation-changepwd-button {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.constellation-resetpwd-text-button {
    position: absolute;
    left: 0px;
    bottom: 25px;
}

.constellation-changepwd-text-button {
    position: absolute;
    left: 0px;
    bottom: 25px;
}

.constellation-error-msg-box {
    position: absolute;
    left: 25px;
    right: 25px;
}

.constellation-success-msg-box {
    position: absolute;
    left: 25px;
    right: 25px;
}


#cxn-mfa-modal-box {
    position: relative;
    background: #fff;
    height: 310px;
    box-shadow: 0px 0px 10px -3px black;
    border-radius: 3px;
    z-index: 200;
    /*visibility: hidden;*/
}

.constellation-mfa-message {
    font-size: 14px;
    padding: 25px;
}


#cxn-mfa-modal-qr-img {
    width: 100px;
    height: 100px;
}

#index-mfa-entry-row {
    margin-top: 30px;
}

#mfa-code-input-error {
    color: red;
    visibility: hidden;
}

#index-mfa-button {
    position: relative;
    top: -20px;
    float: right;
    color: #fff;
    background-color: #555;
}
