.msm-next-button,
.msm-back-button {
    display: block;
    width: 100%;
    margin: 16px 0;
    padding: 8px;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}

.msm-next-button {
    background-color: #2271b1;
    border-color: #2271b1;
    color: #fff;
}

.msm-next-button:hover {
    background-color: #135e96;
    border-color: #135e96;
}

.msm-back-button {
    background-color: #f0f0f1;
    border-color: #50575e;
    color: #50575e;
}

.msm-back-button:hover {
    background-color: #f0f0f1;
    border-color: #135e96;
    color: #135e96;
}

#login_error {
    border-left-color: #d63638;
    background: #fcf0f1;
    border-left-width: 4px;
    border-left-style: solid;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    color: #2c3338;
}

/* Smooth transitions */
#loginform p {
    transition: all 0.3s ease-in-out;
}