﻿html, body {
    background-color: #F6F4F2;
}



.loginBox {
    position: relative;
    top: 120px;
    margin: auto;
    width: 100%;
    max-width: 1140px;
    height: 600px;
    /* UI Properties */
    background: url('../img/IMG_1610@2x.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 1;
    padding: 20px;
}

.frmLogin {
    position: relative;
    width: 100%;
    max-width: 348px;
    height: 568px;
    max-height: 568px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 16px #31181829;
    border-radius: 14px;
    opacity: 1;
    float: right;
    padding: 20px;
    margin-top: -10px;
}

.logo {
    width: 256px !important;
    height: 89px !important;
    /* UI Properties */
    background: transparent url('../img/caffe borbone logo.png') 0% 0% no-repeat padding-box;
    background-size:256px 89px;
    opacity: 1;
}

.textAccedi {
    position: relative;
    width: 316px;
    height: 53px;
    top: 110px;
    text-align: left;
    font-size: 42px;
    color: #002856;
    font-family: "Marcellus", serif;
    font-weight: normal;
}

.recPwd {
    position: relative;
    width: 316px;
    height: 53px;
    /* top: 110px;*/
    text-align: left;
    font-size: 42px;
    color: #002856;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    line-height: 48px;
}


.txtUsername, .txtPassword {
    width: 316px;
    height: 32px;
    /* UI Properties */
    border: 1px solid #BABABA;
    border-radius: 8px;
    opacity: 1;
    font-family: Jost, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.frmControls {
    position: relative;
    top: 120px;
}

.btnLogin {
    width: 100%;
    min-width: 250px;
    height: 48px;
    background: #002856 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 16px #31181828;
    border-radius: 24px;
    opacity: 1;
    /* position: absolute;
    bottom: 20px;*/
    /*left:5px;*/
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    border: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-decoration: none;
}

.btnLogin2 {
    width: 316px;
    height: 48px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 16px #31181828;
    border-radius: 24px;
    opacity: 1;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #002856;
    border: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-decoration: none;
}

.footerLogin {
    width: 100%;
    max-width: 1140px;
    min-height: 181px;
    height: auto;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px -2px 16px #31181828;
    border-radius: 16px;
    opacity: 1;
    position: relative;
    top: 120px;
    bottom: 20px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.footerContainer {
    width: 100%;
    max-width: 1100px;
    min-height: 80px;
    height: auto;
    /* UI Properties */
    background: #F6F4F2 0% 0% no-repeat;
    border-radius: 14px;
    opacity: 1;
    margin: auto;
    position: relative;
    top: 20px;
    bottom: 20px;
    padding-left: 0;
}

.txtTel {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    text-align: left;
    font-weight: bold;
}

.arrowTop {
    border-radius: 50%;
    background: #47545D 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 42px;
    height: 42px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
}

@media (max-width: 768px) {

    .arrowTop {
        top: -15px !important;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100% !important;
        overflow-x: hidden;
    }

    .loginBox {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: 900px;
        background: url('../img/Raggruppa 51899@2x.png');
        background-repeat: no-repeat;
        background-position: center 80px;
        background-size: 100% auto;
        padding: 0;
        top: 0;
        width: 100%;
    }

    .frmLogin {
        float: none;
        margin: 380px auto 20px auto;
        max-width: 90%;
        width: 90%;
        height: auto;
        max-height: auto;
        border-radius: 14px 14px 14px 14px;
        padding-bottom:40px;
    }

    .logo {
        width: 138px !important;
        height: 48px !important;
        background-size: 138px 48px;
    }

    /* Footer mobile */
    .footerLogin {
        width: 95% !important;
        max-width: 95% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        padding-bottom: 50px !important;
        height: auto !important;
        min-height: auto !important;
        position: relative !important;
        top: 20px !important;
    }

    .footerContainer {
        width: 95% !important;
        max-width: 95% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    /* Link footer mobile - formattazione orizzontale compatta */
    .footerText .align-items-center {
        max-width: 100% !important;
        margin: 15px auto 0 auto !important;
    }

    .footerText .align-items-center .row {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 0 !important;
    }

    .footerText .align-items-center .row .col-md-4 {
        width: auto !important;
        padding: 0 !important;
        margin: 0 5px !important;
    }

    .footerText .align-items-center .row .col-md-4 a {
        margin: 0 !important;
        padding: 0 5px !important;
    }

    .footerText .align-items-center .row .col-md-4 a span {
        font-size: 9px !important;
        font-weight: bold !important;
        white-space: nowrap !important;
    }
}

.footerText {
    font-family: Jost, sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
    font: normal normal normal 9px/18px Jost;
    letter-spacing: 0px;
    color: #181818;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: -10px;
}
