
/* introduce a horizontal gap between each row */
div[id^='divMMBInputRow'] {
    margin-bottom: 1rem;
}

/* add horizontal space between the Ok button and the forgotten password  */
input#btnOk {
    margin-bottom: 1.0rem;
}

/* modify the forgotten password button */
#btnForgot {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 0px;
}

/* reset label attributes */
label#lbluser, label#lblPassword {
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 0.875rem;
    font-weight: 500;
}