.splash {
    background-image: url(/images/Login-Screen-Background.jpg);
    height: 100vh;
    background-size: cover;
}

.logo img {
    width: 400px;
    display: inline-block;
    margin-top: 300px;
}

.logo a{
    color: #fff;
    margin-top: 20px;
    display: block;
}

.header-logo {
    width: 200px;
}

.navbar-laravel {
    background-color: #2b6cb0;
}

.nav-link {
    color: #fff !important;
}

.footer {
    background: #ccc;
    padding: 10px 0;
}

.footer p {
    margin-bottom: 0;
}

main {
    min-height: calc(100vh - 200px);
}

.sub-item {
    padding-left: 50px;
}