/* Start & Login ------------------------- */

body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: Open sans, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    color: rgb(60, 60, 60);
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
}

.m_productBanner {
    width: 100%;
    height: 125px;
    color: white;
    font-size: 19pt;
    letter-spacing: 0.3px;
    text-align: center;
    vertical-align: middle;
    background-image: url(../offline_img/product_banner.png); /* productColor*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    z-index: 2
}

.m_productPic {
    position: relative;
    z-index: 0;
    margin-bottom: -10px;
}

.m_productPic img {
    width: 326px;
}

.m_button {
    position: relative;
    width: 252px;
    z-index: 2;
    border-collapse: collapse;
}

.m_buttonStart {
    background-color: rgb(0, 136, 204); /* productColor*/
}

.m_buttonStart:hover {
    background-color: rgb(0, 120, 180); /* productColor*/
    cursor: pointer;
}

.m_buttonStart div {
    width: 100%;
    color: white;
    font-size: 16px;
    padding: 10px 0 9px 12px;
    outline: 0;
}

.m_startIcon {
    width: 1px;
    text-align: left;
    vertical-align: middle;
    padding-right: 10px;
    line-height: 12px;
}

.m_startIcon img {
    width: 20px;
    border: 0;
}

.m_distanceLogin {
    height: 5px;
}

.m_buttonLogin {
    color: rgb(0, 136, 204); /* productColor*/
    padding-top: 10px;
}

.m_buttonLogin:hover {
    text-decoration: underline;
    cursor: pointer;
}

.m_buttonReset {
    color: rgb(180, 180, 180); /* productColor*/
    padding-top: 10px;
    padding-bottom: 20px;
}

.m_buttonReset:hover {
    text-decoration: underline;
    cursor: pointer;
}

.centered {
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: 400px;
    transform: translate(-50%, -50%);
}