﻿/*
Plum #43364c
Eggplant #2b2133
 */


@font-face {
    font-family: 'Ballinger';
    src: url('./fonts/ballinger/Ballinger-regular.eot');
    src: url('./fonts/ballinger/Ballinger-regular.eot') format('embedded-opentype'),
    url('./fonts/ballinger/Ballinger-regular.woff2') format('woff2'),
    url('./fonts/ballinger/Ballinger-regular.woff') format('woff'),
    url('./fonts/ballinger/Ballinger-regular.ttf') format('truetype');
//  src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BallingerBold';
    src: url('./fonts/ballinger/Ballinger-bold.eot');
    src: url('./fonts/ballinger/Ballinger-bold.eot') format('embedded-opentype'),
    url('./fonts/ballinger/Ballinger-bold.woff2') format('woff2'),
    url('./fonts/ballinger/Ballinger-bold.woff') format('woff'),
    url('./fonts/ballinger/Ballinger-bold.ttf') format('truetype');
//  src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BallingerItalic';
    src: url('./fonts/ballinger/Ballinger-Regularitalic.eot');
    src: url('./fonts/ballinger/Ballinger-Regularitalic.eot') format('embedded-opentype'),
    url('./fonts/ballinger/Ballinger-Regularitalic.woff2') format('woff2'),
    url('./fonts/ballinger/Ballinger-Regularitalic.woff') format('woff'),
    url('./fonts/ballinger/Ballinger-Regularitalic.ttf') format('truetype');
//  src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
font-weight: normal;
    font-style: italic;
}

html, body {
    height: 100%;
}

html, body {
    overflow: hidden;
}

body {
    margin: 0;
    position: relative;
    font-family: "Ballinger", sans-serif;
    background: url("/Content/images/7000.jpg") no-repeat;
    -ms-background-size: cover;
    background-size: cover;
}

body, h1, h1 small {
    color: #43364c;
}

    h1 small {
        display: block;
        padding-top: 5px;
    }

.navbar {
    border: none;
    height: 10px;
    width: 200px;
    padding: 1.45em 2.85em;
    display: none;
}

.nav, .navbar-header {
    display: none;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
    margin: auto;
}

.container {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    width: 472px;
    box-shadow: 0px 0px 10px 0px #252525;
}

.page-header {
    border: 0;
    text-align: center;
}

.page-header img {
    width: 70%;
}

.page-login .row, .page-header {
    width: 90%;
    margin: auto;
}

.page-error .row {
    width: 20%;
    margin: 0 auto;
}

.col-md-6, .col-sm-6 {
    width: 100% !important;
    padding: 0;
}

.panel, .panel-default > .panel-heading {
    background: none;
    border: none;
}

.panel, .panel-body, .panel-heading {
    padding: 0;
    margin: 0;
}

.panel-title {
    display: none;
}

button {
    width: 100%;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-box-shadow: 1px 3px 14px -5px #828282;
    -moz-box-shadow: 1px 3px 14px -5px #828282;
    box-shadow: 1px 3px 14px -5px #828282;
}

button:hover {
    -webkit-box-shadow: 1px 3px 15px -2px #828282;
    -moz-box-shadow: 1px 3px 15px -2px #828282;
    box-shadow: 1px 3px 15px -2px #828282;
}

.btn-primary {
    background-color: #43364c;
    border: none;
    border-radius: 5px;
}

    .btn-primary:hover {
        background-color: #2b2133;
    }

    .btn-primary:focus {
        background-color: #43364c;
    }

.col-md-12.col-sm-12 {
    padding: 0;
}

.alert {
    background: #ff0000;
    border: none;
    color: white;
    padding: 0 5px;
}

a, a:visited, a:active {
    color: #43364c;
    text-decoration: none;
}

a:hover {
    color: #2b2133;
    text-decoration: none;
}

.psl-tagline-login {
    text-align: center;
    line-height: 1.2em;
    font-size: 1.7em;
    font-weight: bold;
    font-stretch: ultra-condensed;
}

@media (min-width: 640px) {
    .page-login .row, .page-header {
        width: 432px;
    }

    .navbar {
        border: none;
        height: 100px;
        width: 249px;
        padding: 2.7em 10.35em;
    }

    .login-container {
        background-size: cover;
        height: 100%;
    }

    .login-container {
        background-size: cover;
        height: 100%;
    }

        .login-container section {
            background-color: transparent;
        }

    .page-header h1 {
        font-size: 1.6em;
    }

    label {
        font-weight: normal;
    }


        label[for="rememberMe"] {
            font-weight: normal;
            font-size: .8em;
        }

            label[for="rememberMe"] strong {
                font-weight: normal;
            }

            label[for="rememberMe"] input[type="checkbox"] {
                margin: 0 5px 0 0;
                vertical-align: middle;
            }

    .login-container label.login {
        color: #666666;
        font-size: 20px;
        margin: 5px 0;
        display: block;
    }

    .login-container img {
        margin: auto;
        margin-bottom: 25px;
        display: block;
    }

    .validation-summary-errors {
        padding: 10px;
        color: white;
    }

    body:before, body:after {
        height: 50%;
    }

    .login-container section, .login-container header {
        width: 432px !important;
    }

    .login-container label.login {
        font-size: 20px;
        display: block !important;
    }

    .login-container input.login {
        width: 412px !important;
        max-width: 412px !important;
    }

    .login-container button {
        width: 432px !important;
    }
}


/* Checkbox Styling */

.check-list {
    padding-right: 10px;
    display: inline;
    position: relative;
}

.check-list:after, .check-list::after {
    position: absolute;
    content: "";
    display: inline;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    border: 1px solid #999999;
    background-color: white;
    right: 0;
    top: 0;
}

input[type=checkbox]:checked:after {
    content: "\2714";
    font-size: 14px;
    text-align: center;
    line-height: 15px;
    color: #43364c;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=text], input[type=password] {
    border: none !important;
    border-color: transparent !important;
    outline: none;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 4px -2px #888 !important;
    -moz-box-shadow: 1px 1px 4px -2px #888 !important;
    box-shadow: 1px 1px 4px -2px #888 !important;
}

input[type=text], input[type=password]:focus {
    -webkit-box-shadow: 1px 1px 4px 0px #888 !important;
    -moz-box-shadow: 1px 1px 4px 0px #888 !important;
    box-shadow: 1px 1px 4px 0px #888 !important;
}