/*! Web - v0.1.0 - 2017-05-15  */

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,400i,600,600i,700');

html, body {
    height: 100%; 
    font-family: 'Titillium Web', sans-serif;
}

body {
    background: url("../Content/images/bg.png") fixed;
    background-color: #073E87AA;
    background-size: cover;}

#loginWrapper {
    height: 100%;
    width: 100%;
    display: table; }

.wrap {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }

.loginForm {
    border-radius: 5px;
    max-width: 500px;
    min-width: 300px;
    height: auto;
    position: sticky;
    left: 0;
    z-index: 99;
    background-color: white;
    box-shadow: 1px 1px 10px #636467;
    margin: 0 auto;
}

.form-title {
    text-align: center;
    color: #000000;
    margin: 5% 0;
}

#loginBtn {
    width: 100%;
}