﻿/*PC*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html,
.containerExt,
.containerLoginExt,
.containerLogin,
.form {
    height: calc(100% - 28px);
    width: 100%;
}

/*body, html {
    min-width: 550px;
    min-height: 660px;
}*/

.LabelFormW4L {
    font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    color: #ff8800;
}

.containerExt {
    margin: 0 auto;
}

.containerLoginExt {
    min-height: calc(100vh - 25px);
}

.containerLogin {
    padding-top: 15px;
}

.bottomImage {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 100%;
    height: calc(70% - 100px);
    margin-top: 60px;
    background-image: url('../Homepage/Login_Bg.png');
}

.logo {
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 40px;
}

.database,
.titleContainer,
.controls {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
    width: 100%;
    position: absolute;
}

.database,
.titleContainer,
.controls {
    margin-bottom: 10px;
}

.database {
    top: 50%;
}

.divForCenter,
.divForCenterDB {
    margin: 0 auto;
}

.divForCenterDB {
    width: 300px;
}

.divForCenter {
    margin-bottom: 10px;
}

.divForCenterInternal {
    margin: 0 auto;
}

.titleContainer {
    top: 53%;
}

.controls {
    top: 56.5%;
}

@media (max-width: 993px) {
    body, html,
    .containerExt,
    .containerLoginExt,
    .containerLogin,
    .form {
        height: calc(100% - 34px);
        width: 100%;
    }

    .database {
        top: 390px;
    }

    .titleContainer {
        top: 415px;
    }

    .controls {
        top: 443px;
    }
}

.passwordIndent {
    padding-left: 4px;
}

@media (max-width: 550px) {
    body, html,
    .containerExt,
    .containerLoginExt,
    .containerLogin,
    .form {
        height: calc(100% - 38px);
        width: 100%;
    }

    .database,
    .titleContainer,
    .controls {
        width: unset;
        width: auto;
    }

    .database {
        left: 120px;
    }

    .titleContainer {
        left: 167px;
    }

    .controls {
        left: 165px;
    }

    .passwordIndent {
        padding-left: 4px !important;
    }
}

/*FINE PC*/

/*MOBILE*/
@media (max-width: 420px) and (orientation: portrait), (max-width: 1000px) and (max-height: 400px) and (orientation: landscape) {

    body, html {
        min-height: unset;
        min-width: unset;
        min-height: auto;
        min-width: auto;
    }

    .containerLogin {
        padding-top: unset !important;
        padding-top: empty !important;
    }

    .logo {
        margin-bottom: 40px;
        margin-top: 10px;
    }

    .bottomImage {
        height: calc(100vw * 1413 / 4916);
        margin: 0 auto;
    }

    .database,
    .titleContainer,
    .controls {
        top: unset !important;
        left: unset !important;
        top: auto !important;
        left: auto !important;
    }

    .database,
    .titleContainer,
    .controls {
        width: 100% !important;
        position: relative !important;
    }
}

.captionTextBoxMobile {
    font: 18px Helvetica !important;
}

.captionTextBoxMobilePassword {
    font: 18px Helvetica !important;
    padding-left: 4px !important;
}

.buttonLoginMobile {
    font: 16px Helvetica !important;
}

.titleMobile {
    font-family: Helvetica !important;
    font-weight: bold !important;
    font-size: 18px !important;
}
/*FINE MOBILE*/


/*CHECIUA*/
.mainTable {
    background: url(../Icone/Icons/background.png) no-repeat;
    width: 224px;
}

.refreshButton {
    margin-left: 2px;
    margin-top: 2px;
    border-style: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.submitButton {
    margin: 0 auto;
    display: block;
}

.captchaDiv {
    margin-top: -17px;
    margin-left: 9px;
    position: relative;
    z-index: 1;
}

.labelCell {
    padding-top: 20px;
    padding-left: 71px;
    font-family: Tahoma;
    font-size: 9pt;
    color: #ffffff;
}

.textBoxCell {
    padding-left: 12px;
    padding-top: 6px;
    padding-bottom: 12px;
}

    .textBoxCell input {
        background-color: transparent;
        border: 0;
        width: 200px;
    }

.singleLogoHome {
    max-width: 90vw;
}

/*GESTIONE FOOTER*/
.footer2 {
    font-size: 10.5px;
    color: #999999;
    display: flex;
    width: 100%;
    margin-top: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    padding: 0 60px 0 60px;
    align-items: center;
}


.footer-wrapper {
    display: block !important;
    padding-bottom: 15px;
}

.footerLine {
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 10px;
    border-top: 1px solid #A0C1B0;
    opacity: 1;
}

.footer-left {
    padding-right: 10px;
    flex-grow: 1;
}

/*ANCOR SARDA LEASING*/
.CompanyName {
    font-weight: bold !important;
    text-decoration: none;
}


.footer-center {
    padding-right: 10px;
    text-decoration: none;
}


.footer-right {
    text-decoration: none;
}

.footer-div-DescrAgg {
    margin-top: 5px;
}






