﻿/*inizio reset*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.CssConsolidatoreMAPO b, .CssConsolidatoreMAPO strong {
    font-weight: bold;
}

header, footer {
    display: none;
}

.menu_top {
    display: none;
}

.container-fluid {
    max-width: unset;
    padding:0;
}

.row, #main-container-col-xs-12 {
    margin: 0;
    padding:0;
}
/*fine reset*/

:root {
    --bg: #48c2c3;
    --panel: #ffffff;
    --accent: #48c2c3;
    --text: #2f2f34;
    --muted: #76767c;
    --input-bg: #f5f6f6;
    --input-border: #dfe1e4;
    --shadow: 0 18px 40px rgba(0,0,0,.12);
}

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    overflow: auto;
    font-family: 'Montserrat', sans-serif;
    background: var(--bg);
    color: var(--text);
}

.CssConsolidatoreMAPO * {
    /*color: var(--text) !important;*/
}

.page {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: var(--bg);
    display: flex;
}

.loginFORM {
    background: var(--bg);
}

.login-shell {
    display: flex;
    width: 950px;
    height: 582px;
    background: var(--panel);
    border-radius: 26px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.left-image {
    margin-left: 10px;
    margin-top: 11px;
    width: 521px;
    height: 560px;
    background-image: url('../../../custom/MAPO/images/login_image.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    border-radius: 20px;
}

.form-side {
    margin-top: 50px;
    margin-left: 15px;
    width: 368px;
}

.form-header {
    text-align: center;
    margin-bottom: 42px;
    display:block;
}

    .form-header h1 {
        margin: 0;
        font-size: 29pt;
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
    }

    .form-header p {
        margin: 6px 0 0;
        font-size: 15pt;
    }

.CssConsolidatoreMAPO .welcome {
    margin: 0 0 12px;
    font-size: 25pt !important;
}

.intro {
    margin: 0 0 14px;
    font-size: 12pt;
    line-height: 1.35;
    color: var(--muted) !important;
    font-style: italic;
}

.field {
    margin-bottom: 10px;
}

    .field label {
        display: block;
        margin-bottom: 8px;
        font-size: 15pt;
    }

.CssConsolidatoreMAPO .field input[type="text"],
.CssConsolidatoreMAPO .field input[type="password"] {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: 2px solid var(--input-border) !important;
    background: var(--input-bg);
    padding: 0 14px;
    outline: none;
    box-shadow: inset 0 3px 2px rgba(0,0,0,.06);
}

    .field input:focus {
        border-color: var(--accent);
        box-shadow: 0 0 0 4px rgba(76,199,205,.15);
    }

.remember {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0 18px;
    color: var(--muted) !important;
    font-size: 10pt;
    font-style: italic;
}

    .remember input {
        accent-color: var(--accent);
        transform: translateY(1px);
    }

input[type='submit'].submit-btn {
    width: 100%;
    height: 42px;
    border: 0;
    border-radius: 9px;
    background: var(--accent);
    color: #fff !important;
    font-size: 15pt;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(76,199,205,.28);
}

.helper {
    margin-top: 8px;
    font-size: 0.7rem;
    line-height: 1.45;
    color: var(--muted) !important;
    font-style: italic;
}

    .helper a {
        color: #fff !important;
        background: var(--accent);
        padding: 1px 8px;
        border-radius: 999px;
        text-decoration: none;
        font-size: 8pt;
        white-space: nowrap;
    }

#placeholderError {
    width:100%;
    position:absolute;
}

#placeholderError_content {
    padding: 10px 0;
    background-color: #ffe69c !important;
}

#placeholderError td {
    color: #664d03 !important;
}

.modalLoadingNewVersion td {
    vertical-align:middle;
}

.modalLoadingNewVersion b {
    font-weight: bold;
}
    