html,
body {
    height: 100%;
}

body {
    background-image: url("/nextcloud/apps/theming/img/background/kamil-porembinski-clouds.jpg");
    background-size: 100%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-color: #00679E;
}

.bg {
    background-color: #D2EEFE;
}

.main-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-area-container {
    min-height: 50vh;
}

.content-area {
    background-color: white;
}

.validation-summary-errors ul, .validation-summary-errors li {
    list-style: none;
    display: inline;
    padding: 0;
}

.logging-in {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.login-form-container {
    max-width: 275px;
}
