﻿body {
    background-color: #e8e0d9;
}

header {
    padding: 20px 0;
    text-align: center;
}

.login-screen {
    display: flex;
}

.login-info {
    background-color: #faf9f7;
    padding: 40px 30px 10px 30px !important;
    z-index: 1050;
}

.login-info-lock {
    background-size: 4.5rem !important;
    height: 72px;
    width: 60px;
    bottom: 30px;
    position: absolute;
}

.login-providers {
    background: #f6f3f0;
    padding: 35px 0 !important;
    min-height: 300px !important;
}

.provider-link {
    padding: 0.75rem;
    margin: 0 .75rem !important;
}

.provider-link > a.if.crosslink.button {
    border: solid 1px #DFDDDD !important;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    height: auto;
    min-height: 4.375rem;
}

.provider-link > a.if.crosslink.button .wrap {
    padding-right: 1.875rem;
    overflow-x: hidden;
}
.provider-link > a.if.crosslink.button .wrap > div {
    white-space: normal;
    overflow-x: hidden;
}
.logout-screen {
    display: flex;
    background-color: #faf9f7;
    padding: 40px 30px 10px 30px !important;
    min-height: 300px;
}

iframe {
    border: 0;
}

.error-page {
    text-align: center;
}

#test-login form {
    display: none;
}
#test-login #search {
    border: solid 1px #ccc;
    padding: 6px 6px 0 6px;
    background-color: rgb(246, 243, 240);
}
#test-login input {
    box-sizing: border-box;
    width: 100%;
}
#test-login #srcterm {
    width: 100%;
    border-width: 0;
    padding: 12px 38px 12px 12px;
    outline: solid 1px #e2e2e2;
}
#test-login #srcterm.loading {
    background: #fff url(/images/loading.gif) no-repeat scroll right 8px center;
    background-size: 24px;
}
#test-login ul {
    list-style-type: none;
    padding: 0;
    margin: 6px 0 2px 0;
    max-height: 377px;
    overflow-y: auto;
}
#test-login li {
    border-top: solid 1px #ddd;
    padding: 2px 0;
}
#test-login a {
    display: block;
    padding: 4px;
}
#test-login a:hover {
    background-color: #faf9f7;
    outline: dotted 1px #ccc;
    cursor: pointer;
    color: royalblue;
}
#test-login a::after {
    display: none;
}
#test-login a > div {
    display: flex;
    justify-content: space-between;
}
#test-login .second {
    font-size: smaller;
    opacity: .8
}
#test-login .unitName:before {
    content: '['
}
#test-login .unitName:after {
    content: ']'
}
#test-login .unitName:empty {
    display: none;
}

.new-login {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
}
