﻿:root {
    --primary-color: #1d4769;
    --secondary-color: #607e96;
    --tertiary-color: #7790a5;
    --quartary-color: #d1dae1;
}

html {
    background: url('../img/vektorbild_engadin.svg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background: transparent;
}

.dabis-logo {
    margin-left: 40px;
    margin-top: 20px;
}

.body-content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
    .container {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 500px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 600px;
    }
}

.input-lg {
    border-radius: 25px;
}

.btn {
    float: right;
    border-radius: 25px;
}

.checkLabel {
    color: gray;
}

.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-brand > .icon-banner {
    position: relative;
    top: -2px;
    display: inline;
}

.icon {
    position: relative;
    top: -10px;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

#overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    display: none;
    background-color: transparent;
    /*background: rgba(0, 0, 0, 0.5);*/
    text-align: center;
}

#spinner {
    position: relative;
    top: 50%;
    font-size: 50pt;
    color: white;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}
.button-group {
    display: flex;
    justify-content: space-between;
}

.btn-dabis {
    background-color: var(--primary-color);
}

.tf-form {
    display: flex;
    flex-direction: column;
    background: whitesmoke;
    border-radius: 20px;
    padding: 2rem;
    gap: 1rem;
}

.tf-prompt-row {
    font-size: 2rem;
    text-align: center;
}

.tf-input-row {
    padding-top: 2rem;
}