﻿#login-box {
    background: rgb(0, 0, 0, 0.45);
    padding: 30px;
}

main {
    color: #fff;
}

#page-header-navigation {
    border-bottom: none;
    margin-bottom: 0;
}

@media only screen and (min-width: 500px) {
    main {
        background-position: top;
        background-image: url(/images/login-splash-default.jpg);
        background-size: cover;
        background-position-x: 65%;
    }

    #login-interface {
        display: table;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 87px;
        min-height: calc(100vh - 290px);
    }
}

@media only screen and (max-width: 499px) {
    main {
        background-color: #787878;
    }

    #login-box {
        height: 512px;
    }
}

#login-box-outer {
    display: table-cell;
    vertical-align: middle;
}

#login-box-inner {
    margin-left: auto;
    margin-right: auto;
}

#login-welcome-text {
    font-family: 'Century Gothic';
    padding-top: 60px;
}

#login-welcome-text-header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.3em;
}

#login-welcome-text hr {
    border: solid 10px;
    width: 140px;
}

#login-welcome-text p {
    font-size: 1.3em;
}

#login-box .btn {
    color: #fff;
    text-transform: uppercase;
}

#login-box p {
    font-family: 'Century Gothic';
    font-size: 0.9em;
    text-align: center;
}

#login-box-separator {
    margin: 15px 0;
}

#login-box-separator .col-sm-5 {
    background-color: #fff;
    height: 1px;
    margin-top: 12px;
}

#login-box-separator .col-sm-2 {
    text-align: center;
    font-size: 0.9em;
}

#login-box-forgot-password {
    margin-top: 10px;
}

#login-box-forgot-password a {
    color: #fff;
}

.footer-copyright a {
    color: #fff;
}