﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type='checkbox'],
    input[type='radio'] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type='number']::-webkit-inner-spin-button,
    input[type='number']::-webkit-outer-spin-button {
        height: auto;
    }

    input[type='search'] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type='search']::-webkit-search-cancel-button,
        input[type='search']::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

logout-form {
    text-align: center;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

p {
    font-size: 0.875rem;
}

a {
    text-decoration: none;
    color: #1e477f;
}

    a:hover {
        color: #5985c4;
    }

h2 {
    text-align: left;
    font-size: 1.25rem;
    word-wrap: normal;
}

input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type='radio'],
input[type='checkbox'] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

    input[type='file']:focus,
    input[type='radio']:focus,
    input[type='checkbox']:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

input[type='password'],
input[type='submit'],
input[type='text'],
textarea {
    outline: none;
    padding: 0.5rem 1px 0.5rem 0.5rem;
    margin: 5px 1px 3px 0px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    width: 100%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

input[type='submit'], .button {
    background: #1e477f;
    border-radius: 5px;
    color: #ffffff;
    padding: 0.5rem;
    min-width: 50%;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
    padding: 0.5rem 1px 0.5rem 0.5rem;
    margin: 5px 1px 3px 0px;
    border: 1px solid #5985c4;
    -webkit-box-shadow: 0 0 5px #5985c4;
    -moz-box-shadow: 0 0 5px #5985c4;
    box-shadow: 0 0 5px #5985c4;
}

input[type='submit']:hover {
    background: #5985c4;
    color: #ffffff;
}

hr {
    width: 100%;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dddddd;
    margin: 1em 0 0 0;
    padding: 0;
}

.radio,
.checkbox {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .checkbox input[type='checkbox'] {
        position: absolute;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.body-content .container,
.body-content .logo-container {
    width: 368px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .body-content .container.wide {
        width: 80%;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
    }

.body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
}

.body-content {
    margin: 0 auto;
    flex: 1;
}

.footer {
    text-align: center;
    margin: 0 auto;
    color: #95a3b5;
}

    .footer > p {
        font-size: .75rem;
    }

.row {
    margin: 0 auto;
}

    .row::before,
    .row::after {
        display: table;
    }

    .row::after {
        clear: both;
    }

.login-content {
    max-width: 525px;
}

.button-group {
    text-align: center;
    margin: 1rem 0;
}

.app-banners {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 201;
    transition: top 1s ease-in-out;
    margin: 0 auto;
    height: 4rem;
    width: 100%;
    background: #eef6fb;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12), 0 0 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12), 0 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12), 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.app-badge {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 0.375rem;
    text-align: center;
}

.badge-header,
.badge-text {
    margin: 0;
    text-align: left;
    color: #4a4a4a;
    margin-right: 1rem;
}

.badge-header {
    font-size: 1rem;
    line-height: 1.5rem;
}

.badge-text {
    font-size: .875rem;
    line-height: 1.333rem;
}

.badge-icon {
    width: 3rem;
    height: auto;
    margin-right: 1rem;
    margin-left: 1rem;
}

.logo-container {
    padding: 1rem 0;
}

.text-center {
    text-align: center;
}

.logo {
    padding: 1rem;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 1300ms ease-in-out;
}

.form-group {
    margin: 1rem 0;
}

.control-label {
    font-size: .875rem;
    margin-bottom: 0;
    vertical-align: middle;
    text-align: center;
}

.text-danger {
    color: #da314b;
    padding-top: 1rem;
}

.header-border {
    background: #1e477f;
    height: 2rem;
}

.right-menu {
    display: inline-block;
    height: 2rem;
    margin: .175rem .3rem 0 0;
}

a .right-menu-text,
h5 a {
    color: white;
}

.home-link,
.home-link a {
    float: left;
    color: white;
    margin: -.875rem 0 0 0.3rem;
}

.home-link-right,
.home-link-right a {
    float: right;
    color: white;
    margin: -.875rem 1.3rem 0 1.3rem;
}

.login-partial {
    color: white;
    float: right;
    height: 2rem;
}

.center {
    text-align: center;
}

.vertical-align {
    display: flex;
}

.close-icon {
    cursor: pointer;
    width: 1rem;
    height: auto;
    position: absolute;
    left: 92%;
    top: 10px;
}

.azureButton-background {
    background-image: url(/Content/images/login/microsoft-azure-logo1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 50%;
    margin: 0 auto;
}

    .azureButton-background .azureButton-layer {
        width: 100%;
        background-color: transparent;
    }

        .azureButton-background .azureButton-layer:hover {
            background-color: rgba(94, 187, 225, 0.2);
        }

.divider-line p {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    line-height: .1em;
    margin: 10px 0 20px;
}

    .divider-line p span {
        background: #fff;
        padding: 0 10px;
        color: #909090;
    }

@media (min-width: 480px) {
    .container {
        width: 90%;
    }

    .app-banners {
        justify-content: center;
    }

    .form-group {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .control-label {
        text-align: right;
    }

    .container {
        width: 85%;
    }

    .form-group {
        display: block;
        margin: 1rem 0;
    }
}
