
.input-group {
    background-color:skyblue;

}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

h3 {
    font-size: 1.2375rem;
    color: #FFF;
}

a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

li {
    list-style: none;
}

/* Layout skeleton */

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

#sidebar {
    max-width: 264px;
    min-width: 264px;
    outline:black;
    outline-color: black;
    z-index: 1111;
}


.sidebar-nav {
    padding: 0;
}


a.sidebar-link {
    padding: .625rem 1.625rem;
    color: #0478ec;
    position: relative;
    display: block;
    font-size: 1rem;
}



.content {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}

/* Responsive */

@media (min-width:768px) {
    .content {
        width: auto;
    }

    
.footer {
    background-color:skyblue;

}
}