/* Combo Login Page */

body, html {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

#errormessage.show {
    display: block;
}

#logginform {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 360px;
    z-index: 2;
}

#logginform .mps-login-cobrand {
    font-size: 1.6em;
    line-height: 1.6em;
    color: #e7e7e7 !important;
    text-align: center;
    padding: 0 20px 10px 20px;
}

.combologinprompt {
    font-size: 1.2em;
    line-height: 1.6em;
    color: #e7e7e7 !important;
    text-align: center;
    padding: 20px 50px 0 50px;
}

.combologinbtn {
    margin-top: 15px;
    font-size: 1.4em;
    line-height: 2em;
    text-align: center;
    width: 100%;
    padding: 0;
    height: 43px;
}
