﻿body {
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 15px;
}

.login {
    list-style: none;
    text-decoration: none !important;
    text-decoration-style: none;
    border-bottom: 1px solid gray;
    border-radius: 5px; 
    padding: 5px;
    background-color: darkseagreen;
    margin-bottom: 2px;
}
 .login:hover {
        background-color: brown;
    }

.menu-admin {
    list-style: none;
    text-decoration: none !important;
    text-decoration-style: none;
    border-bottom: 1px solid gray;
    /* border-radius: 5px; */
    padding: 5px;
    background-color: #e2e2e2;
    margin-bottom: 2px;
}

    .menu-admin:hover {
        background-color: antiquewhite;
    }

    .menu-admin a {
        text-decoration: none;
    }
