.registration-button {
    background-color: #2d7f6e;
    border-color: #2d7f6e;
    color: #fff;
}

.registration-button:hover,
.registration-button:focus {
    background-color: #205f53;
    border-color: #205f53;
    color: #fff;
}