@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Ropa+Sans');

@font-face {
    font-family: 'Quattrocento Sans';
    src: url('../fonts/quattrocentosans-regular-webfont.eot');
    src: url('../fonts/quattrocentosans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quattrocentosans-regular-webfont.woff') format('woff'), url('../fonts/quattrocentosans-regular-webfont.ttf') format('truetype'), url('../fonts/quattrocentosans-regular-webfont.svg#quattrocento_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ProjetoExpense {
    position: fixed;
    top: 30%;
    left: 12%;
}

.ProjetoExpense > img {
    height: 50px;
    margin-bottom: 50px;
}

.logotipo-mazars {
    color: #0072D2;
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Segoe UI", sans-serif;
}


.login-icon {
    width: auto;
    margin: 0 0 16px 0;
    color: #005d95;
    text-transform: uppercase;
    font-size: 18px;
}

    .login-icon > img {
        display: block;
        margin-bottom: 6px;
        width: 100%;
    }

    .login-icon > h4 {
        font-size: 15px;
        font-weight: 200;
        line-height: 34px;
        opacity: 0.95;
        filter: alpha(opacity=95);
    }

        .login-icon > h4 small {
            color: inherit;
            display: block;
            font-size: inherit;
            font-weight: 700;
        }

.login-form {
    width: auto;
    margin-left: 0;
    height: auto;
    background-color: #edeff1;
    padding: 38px 25px 20px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: auto;
}

.header-user .tools .flags-container {
    margin-right: 40px;
}

.login-body {
    left: 80% !important;
    top: 0% !important;
    height: 100vh !important;
    display: flex !important;
    transform: translateX(-70%) !important;
    justify-content: center !important;
    align-items: stretch !important;
    flex-direction: column !important;
}

.login-form button {
    /*text-decoration: none;*/
    display: inline-block;
    background: #0b66c3; /*#040404;*/
    border: 0;
    /*border-bottom: 5px solid #005d95;*/
    cursor: pointer;
    padding: 0;
    border-radius: 5px;
    /*color: #f0f0f0;*/
    /*font-size: 13px;*/
    width: 100%;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    /*font-family: 'Tahoma';*/
    letter-spacing: 0.1em;
    /*font-weight: bold;*/
    outline: none;
}

    .login-form button:hover {
        background-color: #005d95;
        opacity: 0.8;
    }

.login-form .flags-container {
    text-align: center;
    margin-top: 10px;
}

.login-link {
    color: initial;
}

.flags-container {
    text-align: center;
    margin-top: 10px;
}

    .flags-container a.flag {
        display: inline-block;
    }

a.flag:after {
    content: '';
    border-right: 1px solid #d7d7d7;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    margin-right: 7px;
    padding-right: 7px;
}

a.flag:last-child:after {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.flag img {
    height: 20px;
}

.field-validation-error {
    color: #dc3e54;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

body {
    background: url(../Images/mazarsFundoTelaLogin.png) !important;
    /*color: #333333 !important;*/
    /*font-family: 'Lato', Calibri, Arial, sans-serif !important;*/
    padding: 0 !important;
    margin: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

footer {
    margin-top: 0;
    text-align: center;
    height: 32px;
    line-height: 32px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #333333;
    color: #fff;
    font-size: 10px;
    /*font-family: 'Tahoma';*/
}

    footer p {
        margin: 0;
    }

body ul#newMenuNetcorpModulo, body #newMenuNetcorpModulo li.k-item, input.k-textbox:not(:read-only) {
    background-color: #FFFFFF !important;
}

.body-portal-bpf {
    background: none !important;
    background-color: #00031F !important;
    display: flex;
    flex-direction: row;
}

    .body-portal-bpf > .imagem-bg-esquerda {
        flex: 6;
        background-image: url(../Images/metro-login-mazars.png) !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        position: relative;
    }

        .body-portal-bpf > .imagem-bg-esquerda > img {
            height: 4rem;
            position: absolute;
            bottom: 30vh;
            left: 6vw;
        }

    .body-portal-bpf > .login-container {
        flex: 4;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .body-portal-bpf .login-container .login-body {
        position: initial;
        transform: initial !important;
        height: auto !important;
    }

    .body-portal-bpf .login-container > .login-body > .login-icon {
        font-family: inherit;
        text-align: center;
        color: #FFFFFF;
        text-transform: none;
        font-size: 18px;
    }

        .body-portal-bpf .login-container > .login-body > .login-icon > strong {
            font-size: 24px;
        }

    .body-portal-bpf .login-container > .login-body > .login-form {
        max-height: 70vh;
        padding: 16px !important;
    }

    .body-portal-bpf .login-container > .login-body .login-form > form {
        display: flex;
        flex-direction: column;
    }

    .body-portal-bpf .login-container > .login-body > .login-form .control-group {
        margin-bottom: 8px;
    }

    .body-portal-bpf .login-container > .login-body > .login-form .login-field {
        padding-left: 8px;
        margin-bottom: 0 !important;
        border-bottom-width: 1px !important;
        border-bottom-color: #333333;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-style: solid;
    }

    .body-portal-bpf h1 {
        font-size: 3rem;
        font-weight: 500;
    }

    .body-portal-bpf h2 {
        font-size: 2rem;
        text-transform: none;
    }

    .body-portal-bpf > footer {
        text-align: center;
        height: 24px;
        line-height: 24px;
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #333333;
        /*color: #fff;*/
        font-size: 10px;
        /*font-family: 'Tahoma';*/
    }

    .body-portal-bpf button {
        background-color: #1246FF
    }

        .body-portal-bpf button:hover {
            background-color: #1246FF;
            opacity: 0.8;
            border: initial;
        }

.imagem-logo-login {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

    .imagem-logo-login > img {
        height: 40px;
    }

.login-link {
    margin-top: 8px;
    margin-bottom: 8px;
}

.loading {
    width: auto;
}

@media (max-width: 1440px) {
    .ProjetoExpense > img {
        top: 16%;
        left: 8%;
        height: 48px;
    }

    .login-body {
        max-width: 400px;
    }
    /*.body-portal-bpf > .login-container > .login-body {
        max-width: 450px;
    }*/
}

@media (max-width: 1100px) {
    .login-body {
        max-width: 400px;
    }

    .body-portal-bpf > .imagem-bg-esquerda {
        flex: 1;
    }

        .body-portal-bpf > .imagem-bg-esquerda > img {
            height: 3rem;
            bottom: 35vh;
            left: 5vw;
        }

    .body-portal-bpf > .login-container {
        flex: 1;
    }
}

@media (max-width: 900px) {
    body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ProjetoExpense {
        position: inherit;
        width: 400px;
    }

        .ProjetoExpense > img {
            height: 50px;
            margin-bottom: 16px;
        }

        .ProjetoExpense > h1 {
            font-size: 3.5rem;
        }

    .login-body {
        position: inherit;
        left: initial;
        top: initial;
        height: auto !important;
        transform: none !important;
        min-width: 250px;
    }

    .body-portal-bpf > .imagem-bg-esquerda {
        flex: 0;
    }

        .body-portal-bpf > .imagem-bg-esquerda > img {
            display: none;
        }

    .body-portal-bpf > .login-container {
        flex: 1;
    }
}

@media only screen and (max-width: 500px) {
    .login-body {
        min-width: initial;
        margin: 0 16px;
    }
}

