/****** This css file includes the customized style of Multi-Authantification specific to this stie only *******/

#loginForm {
    margin: auto;
}

#loginForm button {
    background-color: #F7941D;
    font-family: "Raleway", sans-serif;
    text-transform: lowercase;
    font-size: 2rem;
    padding: 0.7rem 4.5rem;
    margin: 3rem 0 0;
}

#loginForm .step.finish {
    background-color: #FFB94D;
}

#loginForm .step.active {
    background-color: #FFAA36;
}