@import '/theme/bootstrap/css/bootstrap.min-7f89537eaf606bff49f5cc1a7c24dbca.css';
@import '/theme/bootstrap/css/bootstrap-theme.min-2010fa9fb07541adc78a1ec0a8a4fbbf.css';

form#logout-form {
    padding-bottom: 0px
}
h6#redirect-saml-header {
    margin-top: -40px;
    color: #e3e3e3
}

body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}
div.container {
    max-width: 750px;
}
div.logo {
    position: relative;
}
div.logo > img {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    content: url('/theme/img/logo-large-62792aa41513e86dc91bc9ca3309d705.png');
}
div.logo + div.alert {
    margin-top: 80px;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    padding-bottom: 0px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.center-message {
    text-align:center;
}

.sign-header {
    margin: 30px 150px 0;
}

@media (max-width: 800px) {
    body {
        padding: 0;
    }
    div.logo > img {
        position: static;
        margin: 0 auto;
        padding: 0;
        height: auto;
        width: auto;
        max-width: 300px;
        max-height: 40px;
    }
    div.logo + div.alert {
        margin-top: 30px;
    }
    .sign-header {
        margin: 20px auto 0;
    }
    h1 {
        font-size: 30px;
    }
    .panel {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .panel-default {
        border-color: transparent;
    }
}

nav.appbar {
    display: none;
}

.line-separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #a2a2a2;
    margin-top: -1.5em;
    margin-bottom: -0.5em;
}
.line-separator::before, .line-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(162,162,162,.38);
}
.line-separator::before {
    margin-right: 1em;
}
.line-separator::after {
    margin-left: 1em;
}

.reveal-link {
    display: block;
    margin-top: -1.0rem;
    font-size: 1.5rem;
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

#federate-button {
    background-color: white;
    border: 1px solid;
}

.cookie-disclaimer-inside {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
