:root {
    font-family: Lato, sans-serif;
}

#body {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.login-main-content {
    flex-grow: 1;
}

.color-line {
    height: 3px;
    background-color: #0a6eb4;
}

.tf-header-brand {
    height: 68px; /** adopted to the current SF logo **/

    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-header-app {
    background-color: #0a6eb4;
    height: 59px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-header-center {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 850px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.tf-header-app .tf-header-center {
    justify-content: space-between;
}

.tf-footer {
    background-color: #0a6eb4;
    color: white;
    font-size: 15px;
    font-weight: 300;
    font-family: Arial, serif;
}

.tf-footer a {
    text-decoration: none;
    color: white;
    font-size: 15px;
}

.tf-footer a:hover {
    text-decoration: underline;
    color: gray;
}

.tf-copyright {
    padding: 10px 10px 3px 10px;
}

.tf-address {
    opacity: 0.8;
    padding: 5px 10px 10px 10px;
}

.app-logo {
    padding: 8px;
    text-align: right;
}

.app-title {
    color: rgb(196, 214, 236);
    font-size: 32px;
    font-weight: 200;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .9);
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}
