body, html {
    height: 100%;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.landing-container {
    background: url('/img/20170419_191928.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    width: 100%;    
}

.login-panel {
    position: fixed;
    top: 1px;
    left: 30%;
    background-color: rgba(255, 255, 255, 0.92);
    padding: 5px 3px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    width: 280px;
}

.login-panel h2 
{
    margin-top: 0;
    text-align: center;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

.btn-primary {
    background-color: #0069d9;
    border: none;
}

    .btn-primary:hover {
        background-color: #0053b3;
    }

.navbar {
    position: fixed;
    top: 5%;
    left: 3%;    
    z-index: 1000; /* Keeps the navbar above other content */
}
