/*
 * Copyright 2023 Saxon State and University Library Dresden (SLUB)
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *     http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
*/

html, body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    font-family: sans-serif;
    box-sizing: content-box;
}

h1 {
    font-weight: normal;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-family: var(--font-family);
}

form {
    padding: 2rem;
}

p {
    margin-bottom: 2rem;
}

.ui-button a {
    text-decoration: none;
}

.base-panel {
    height: 100%;
}

.field label {
    display: block;
}

.field input {
    max-width: 450px;
    width: 100%;
}

.login-background {
    background: url("") center top no-repeat;
    background-size: cover;
    height: 100%;
}

.logout-background {
    background: url("") center top no-repeat;
    background-size: cover;
    height: 100%;
}
