.contributor-dashboard {
    /* max-width: 1200px; */
    /* margin: 20px auto; */
    /* padding: 20px; */
}

.dashboard-nav {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.dashboard-nav a {
    margin-right: 15px;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
}

.dashboard-nav a:hover {
    background-color: #f5f5f5;
}

.post-form {
    background: #fff !important;
    /* margin-left: -20px !important; */
    max-width: 780px;
    border-width: 1px solid black;
    padding: 20px !important;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.form-group {
    margin: 15px 0;
    color: black;
    background-color: #eee;
    padding: 10px;
}

.user-posts li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
#custom-registration-form {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
}

#custom-registration-form label {
    display: block;
    margin-bottom: 15px;
    color: #333;
}

#custom-registration-form input[type="text"],
#custom-registration-form input[type="email"],
#custom-registration-form input[type="password"] {
    width: 100%;
    padding: 8px !important;
    margin-top: 5px;
    border: 1px solid black;
    border-radius: 4px;
    box-sizing: border-box;
}

#custom-registration-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #0E83B4;
    color: white;
    border-width: 1px solid black;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

#custom-registration-form input[type="submit"]:hover {
    background-color: #0b6a8f !important;
}



#custom-registration-form label {
    font-weight: 500;
}