.container {
    width: 1170px !important;
}

body {
    color: #eee;
    font-family: 'Lato', sans-serif;
    background: url(loginbox.jpg) no-repeat center center fixed;
    background-size: cover;
}

.navbar, .intro-1, .intro-2, .footer {
    display: none;
}

h1, h2 {
    margin: 0 0 10px;
}

.box {
    float: none;
    margin-top: 6em;
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid rgba(221, 221, 221, 0.2);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

a {
    color: #eee;
    display: inline-block;
    margin-top: 0.5em;
}

a:hover, a:active, a:focus {
    color: white;
    text-decoration: none;
    outline: none;
}

.notify {
    font-size: 16px;
}

.sidebar {
    display: none;
}
