﻿
header.root {
    color: #222;
    background-color: #fff;
    border-bottom: 1px solid #212121;
    margin-bottom: 50px;
}

header.root div.root-header {
    min-height: 64px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 5px;
}

img.logo-img {
    width: 72px;
    height: 72px;
}

@media (min-width: 576px) {
    h3.panel-title {
        font-size: 1rem;
        text-align: right;
    }
}
@media (min-width: 768px) {
    h3.panel-title {
        font-size: 1.75rem;
        text-align: center;
    }
}

header.root span.label {
    margin-left: 20px;
    margin-top: 3px;
    font-size: 20px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

footer.root {
    width: 100%;
    bottom: 0;
    height: 40px;
    z-index: 1010;
    position: fixed;
    padding-left: 10px;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
}

footer.root img.logo-footer {
    width: 30px;
    height: 30px;
}

footer.root div.copyright {
    top: -25px;
    color: #222;
    position: relative;
    font-size: 10pt;
    text-align: center;
    margin-left: 150px;
    margin-right: 150px;
}

div.login-form {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

div.login-form-background {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #FFF;
    opacity: 0.1;
    border-radius: 0px;
    border: 1px solid #222;
    border-top: 10px solid #888;
}

div.login-form .panel-body {
    position: relative;
    text-align: center;
}

div.login-header {
    margin-bottom: 10px;
    position: relative;
}

div.login-header .app-logo {
    background-image: url(/images/logo@2x.png);
    background-size: 72px;
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0px;
    top: 0px;
}

div.login-header img {
    margin-top: 15px;
    width: 30px;
}

.list-inline {
    margin-bottom: 50px;
}

.list-inline li img {
    vertical-align: text-bottom;
    margin-right: 7px;
}

.login-form .login-footer {
    width: 100%;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 0px;
    text-align: center;
    color: #222;
}

.login-form .azure-link a {
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #222;
}

div.register-form .form-control {
    width: 100%;
}

div.form-line {
    width: 100%;
    text-align: left;
    margin-bottom: 1rem;
}

div.form-line label {
    font-weight: bold;
    margin-bottom: 0;
}