.login-buttons {
    text-align: center; /* Align buttons to the center */
    margin-top: 10px; /* Add some space above the buttons */
}

.login-buttons a.button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    padding: 6px 12px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    white-space: nowrap;
    box-sizing: border-box;
    margin: 5px; /* Add space around buttons */
}

.login-buttons a.button:first-child {
    border-color: #28a745;
    background-color: #28a745;
    color: #fff;
}

.login-buttons a.button:first-child:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

#wp-submit {
    border-color: #007bff;
    background-color: #007bff;
    color: #fff;
    margin: 5px;
}

#wp-submit:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}
#loginform p.submit {
    text-align: center;
}
