body {
    overflow-x: hidden;
    background: url(../images/background2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Segoe UI","Helvetica Neue","Lucida Grande","Roboto";
}


h1 {
    font-weight: 100 !important;
    margin-bottom: .5em;
}

h2 {
    font-size: 1.5em !important;
}

h3 {
    font-size: 1em !important;
}

.ps-pane-container .inner-panel {
    background-color: white;
    border: solid #ccc 1px;
    box-shadow: #00000040 10px 10px 10px;
}

.ext-login-btn {
    color: #5E5E5E;
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    border-radius:0px !important;
}

    .ext-login-btn img {
        display: inline-block;
        margin-right:12px;
    }


    .ext-login-btn span {
        vertical-align: middle;
    }

    .ext-login-btn a {
        vertical-align: middle;
    }
