﻿.login-title, h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2.2em;
    font-family: 'sofia-pro', Arial, Helvetica, sans-serif;
    color: #105888;
}

.login-subtitle, h2 {
    color: #105888;
    font-family: 'sofia-pro', Arial, Helvetica, sans-serif;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.5em;
    max-width: 500px;
    display: inline-block;
}

img {
    max-width: 100%;
    height: auto;
}

.main-body {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

    .main-body p, .main-body .alert {
        text-align: center;
    }

.title-container {
    text-align: center;
}

.left-graphic {
    display: table-cell;
    background-image: url(/images/desktop-left-graphic.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 43%;
}

.right-graphic {
    display: table-cell;
    background-image: url(/images/desktop-right-graphic.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 43%;
}

.logo-container {
    display: table-cell;
    width: 14%;
    min-width: 180px;
}

.header-container {
    display: table;
    margin: 0 1%;
    margin-top: 30px;
}

.login-line {
    margin-bottom: 25px;
    background: #80ad12;
    height: 7px;
    border-radius: 5px;
    width: 100%;
}

.login-logo {
    padding: 20%;
    padding-top: 0px;
}

.form-container {
    max-width: 430px;
    width: 100%;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0 auto;
    font-weight: 100;
}

.button-container .btn {
    width: 100%;
}

.button-container .btn:first-child {
    margin-bottom: 10px;
}

footer {
    border-top: 1px solid #80ad12!important;
}

@media screen and (max-width: 768px) {
    .right-graphic {
        background-image: url(/images/mobile-right-graphic.png);
    }

    .left-graphic {
        background-image: url(/images/mobile-left-graphic.png);
    }

    .login-logo {
        padding: 18% 20%;
        padding-top: 0px;
    }
}