#MainContent_btnForgotPassword {

    background-color: #296BA7 !important;

}

login-color-btn {
    color: #fff;
    border-color: #9F0B94;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: 14px 30px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    background-color: #296BA7 !important;
}