
.button.plusButton {
    border-radius: 25px;
}

.button.loginButton {
    background-color: #dd2a30;
    border: none;
    border-radius: 25px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
}

.no-touch .button.loginButton:hover {
    background-color: #b71d22;
    color: #ffffff;
}
