.btn-primary {
    margin-top: 20px;
    background-color: #565e64;
    border: none;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: black;
    border: none;
    border-radius: 5px;
}

.form-group {
    margin-top: 20px;
}