﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.navbar.navbar-inverse.navbar-fixed-top {
    background-color: steelblue;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-header > a {
    display: none;
}

h1 {
    font-size: 2em;
}

.panel-default {
    border-color: #eee;
    box-shadow: 0px 0px 3px #ddd;
}

.panel-title {
    font-size: 1.15em;
}

a.externalLogin, a.externalLogin:active {
    box-shadow: 1px 1px 4px #ccc;
    border-radius: 4px;
    border: none;
    color: #FFFFFF !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    cursor: pointer;
    display: inline-block;
    text-shadow: 1px 1px 1px #888;
    display: block;
    text-align: center;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    background-color: #428bca;
    border-color: #357ebd;
    box-shadow: 0 6px #357ebd;
    border: none;
    font-family: inherit;
    color: inherit;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    border-radius: 5px;
}

    a.externalLogin:active {
        box-shadow: 0 0 #357ebd;
        top: 6px;
        width: inherit;
    }

    a.externalLogin:hover {
        background-color: #428bca;
        border-color: #357ebd;
        box-shadow: 0 4px #357ebd;
        top: 2px;
    }



span.description {
    font-size: 12px;
    text-transform: none;
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
}

img.wachter-logo {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    img.wachter-logo {
        display: none;
    }

    .description {
        display: block;
    }

    .description.mobileOnly {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .localLogin, .forgotPassword, .requestAccount {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .requestAccount {
        margin-bottom: 0; 
    }

    .description {
        display: none;
    }

    .description.mobileOnly {
        display: block;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .btn.btn-primary {
        box-shadow: 0 4px #357ebd;
        margin-bottom: 10px;
        border-radius: 5px;
        position: relative;
    }

    .btn.externalLogin {
        width: 100%;
    }
}