@charset "UTF-8";
/*
 * Quentic Tenant Selection Service
 * Copyright(c) Quentic GmbH
 * contact.de@quentic.com
 *
 * https://www.quentic.com/
 */

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-size: 14px;
    color: #4b4b4b;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    /*min-height: 100%;*/
    /*position: relative;*/
}

body, input, button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}

img {
    border: none;
    max-width: 100%;
}

#logo-ct {
    text-align: center;
    width: 300px;
    margin: 0 auto 30px;
    max-width: 100%;
}

#claim {
    text-transform:uppercase;
    color:#42b253;
    text-align: center;
    font-size: 24px;
    margin: 10px auto -10px;
    padding: 10px;
    letter-spacing: 4px;
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
}

#info-box {
    margin: 20px 0;
    font-size: 12px;
}

#content {
    /*min-height: 100%;*/
    /*height: 100%;*/
    flex-grow: 1;
}

#panel {
    width: 100%;
    background: transparent url("../images/login_bg.jpg") no-repeat right;
    background-size: cover;
    overflow: hidden;
    min-height: 100%;
}

#login-ct {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .3);
    margin: 75px auto;

    box-sizing: border-box;
    width: 90%;
    max-width: 400px;
}

#login-ct .row {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

#login-form .row {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    justify-content: flex-end;
}

#login-form .error {
    justify-content: flex-start;
}

#login-form .row.no-margin {
    margin-bottom: 0;
}

#login-form .row > .item {
    flex: 1 0 auto;
    max-width: 100%;

    position: relative;
    margin-top: 10px;
}

#login-form .row > #flag-box {
    flex: 0 0 71px;
    align-self: flex-end;
    margin: 5px 0;
}

#tenant .input-wrapper {
    width: 200px;
}

.footer {
    box-sizing: border-box;

    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;

    color: #8d8d8d;
    font-size: 12px;
}

.footer a {
    flex: 0 1 auto;

    color: #2f803b;
    text-decoration: none;
}

.footer a:hover {
    color: #278d4d;
    text-decoration: underline;
}

#form-footer {
    justify-content: space-between;
    padding: 6px 10px 10px 10px;
}

#form-footer > .footer-link {
    flex: 1 1 100%;
}

#password-reset-link {
    text-align: right;
}

#feeds {
    display: flex;
    justify-content: center;
    width: 400px;
    margin: auto;
    position: relative;
}

#feeds iframe {
    width: 440px;
    height: 200px;
}

#legal-footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    padding: 10px;
    background-color: #ffffff;

    justify-content: flex-start;
}

#legal-footer a {
    padding: 0 10px;
}

#footerText {
    display: flex;
    width: 400px;
    margin: auto;
    position: relative;
    text-align: justify;
}
