﻿body {
    background-color: #FFF !important;
}

.txtLogin {
    width: 100%;
    border-bottom: 1px solid #aab0c4;
    border-left: none;
    border-right: none;
    border-top: none;
    /*margin-top: 10px;*/
    font-family: Krub;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 2.00;*/
    letter-spacing: normal;
    color: #2e384d;
    background-color: transparent;
}

.mx-login {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

#logoAzienda {
    width: 100%;
    max-width: 10em;
    height: auto;
    /*padding-top: 1.5em;*/
}

.lnkLogin {
    font-family: Krub;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #F3A200;
    width: 100%;
}

    .lnkLogin:hover {
        font-weight: 600;
        font-size: 14px;
        color: #F3A200;
    }

#loginEmailNonRicevuta {
    font-family: Krub;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #F3A200;
    width: 100%;
}

    #loginEmailNonRicevuta:hover {
        font-weight: 600;
        font-size: 14px;
        color: #F3A200;
    }


a:hover {
    text-decoration: none !important;
}

.msgStandard {
    font-family: Krub;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: justify;
}