html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-size: 100%;
    margin: 0px;
    outline: 0 none;
    padding: 0px;
    vertical-align: baseline;
    font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13px; 
}

html {
    height: 100%; 
}

body {
    margin: 0px;
    height: 100%; 
}

body {
    background-image: url('../../bpcustomer/images/m2c-back.jpg');
    background-size: cover;
    background-repeat: no-repeat; 
    display: flex;
    align-items: center;
}

#login-opm-title {
    font-weight: bold;
    font-size: 18px;
    padding: 0px 0px 20px;
}

#login-opm-container {
    width: 400px;
    margin: -150px auto;
    text-align: left;
}

#login-opm-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

#login-opm-header h1 {
    color: #fff;
    font-size: 24pt;
}

#login-opm-header img {
    height: 24px;
}

#login-opm-header br {
    clear: both;
}

#login-opm {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 200px;
}

#login-opm form div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

#login-opm label {
    width: 150px;
}

#login-opm input {
    width: 100%;
    
    border: 1px solid #B2B2B2;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 4px; 
}

#login-opm button {

    margin-left: 102px;
    color: #FFFFFF;
    cursor: pointer;
    -moz-transition: all 0.1s linear 0s;
    background-color: #009FE3;
    border: 0;
    border-radius: 5px;
    height: 32px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    padding: 5px 14px 6px; 
}

#login-opm button:hover {
    background-position: 0 -15px;
    text-decoration: underline; 
}

#login-opm .error {
    text-align: center;
    color:#ff3333;
    padding-bottom:20px; 
}

#login-opm a {
    color: #B2B2B2;
}

#login-opm-container .alert-message {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 20px;    
}