/*
 * 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.
*/

:root {
  --text-color-secondary:#6c757d;
  --primary-color:#2196F3;
  --primary-color-darker:rgb(12.7384615385,136.9384615385,235.6615384615);
  --primary-color-very-light: rgba(33,150,243,.04);
  --primary-color-text:#ffffff;
  --secondary-color: #607d8b;
  --secondary-color-darker: rgb(76.8,100,111.2);
  --secondary-color-very-light: rgba(96,125,139,.04);
}

html, body {
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
    box-sizing: content-box;
    overflow: auto;
}

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 .checkbox-label {
  margin: -1.5rem 0 1.5rem 2.5rem;
}

.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%;
}
