﻿/* Identification */


#home-custom-text > span:first-of-type {
    display: block
}

#home-custom-text > span:last-of-type {
    color: #E20037;
}

#divFirstVisit {
    display: none;
}

.Fine {
    color: White;
    font-size: 22px;
    padding-bottom: 5px;
}

#hlMyFine:hover {
    color: white;
}

.login {
    padding-bottom: 0;
    border: 1px solid #bfbfbf;
    /*border-radius: 10px;*/
    width: 100%;
}

    .login .stitle {
        font-size: 17px;
        font-weight: normal;
        color: #009FE3;
    }

.password {
    font-size: 12px;
}

    .password a {
        color: #77787C;
        text-decoration: none;
    }

.sign {
    border: 0 none;
    margin-bottom: 12px;
    /*border-radius: 10px;*/
}

    .sign a {
        color: #000000;
    }

#divMenuInfoPlus a {
    display: block;
    margin: 0px 0px 4px 0px;
    padding-left: 8px;
}

#divMenuNewCustomer .stitle {
    color: White;
    font-size: 17px;
    padding-bottom: 5px;
}


#divMenuInfoPlus {
    background-color: #eee;
    border: 0 none;
    color: #000000;
    /*border-radius: 10px;*/
    line-height: 26px;
}

#pnLostPassword img {
    display: block;
}

#divMenuInfoPlus li {
    list-style-type: none;
}

#divMenuInfoPlus a {
    color: black;
    font-size: 13px;
}

.loading_lbl {
    width: 190px;
    height: 15px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: normal;
    background: #5D5959;
    color: #ffffff;
    border-radius: 5px;
    box-sizing: content-box;
}


/* Fin Identification */
