/*------------------Login------------------*/

 .textlogin {
    padding: 4px 4px 4px 4px;
}

#container-login {
    margin: 2px 0px 2px 0px;
    padding: 0 0px 0 0px;
    background-image: url(../images/bg/bg_login.jpg);
    background-repeat: no-repeat;
    width: 824px;
    height: 400px;
    overflow: auto;
}


.area-login {
    font-family: Consolas,Menlo,Monaco,"Courier New",monospace !important;
    color: white !important;
    background-size: contain;
    position: absolute;
    width: 480px;
    height: 380px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    .area-login:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background: #ffffff;
        z-index: -1;
    }
    .signinh1 {
        font-size: 26px !important;
        color: #f44f00 !important;
       
        font-size: 14px;
        font-weight: normal;
        padding: 0px 0 10px 0;
        
        height: 20px;
        float: left;
    }



        .area-login h1 a {
            color: #FFFFFF;
            text-decoration: none;
        }

        .area-login h1 img {
            margin: 0px 10px 0px 4px;
            float: right;
        }

    .area-login h2 {
        color: #1F1F1F;
        width: 100px;
        font-size: 11px;
        font-weight: normal;
        padding: 0px;
        margin: 2px 0px 0px 0px;
        height: 20px;
        float: left;
    }

    .area-login input {
        margin: 0px 0px 8px 0px;
        padding-left: 2px;
        font-family: gothi Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #414142;
        float: left;
        border-radius:8px !important;
    }

        .area-login input[type=text], input[type=password] {
            padding-left: 20px;
        }


.area-login-news {
    position: absolute;
    border: 3px solid #E2E2E2;
    background-image: url(../images/bg/bg-area.jpg);
    background-repeat: repeat-x;
    background-color: #ECF0F3;
    width: 250px;
    margin: 0 0 0 0;
    padding: 4px;
    left: 550px;
    top: 272px;
}

    .area-login-news h1 {
        font-size: 10px;
        color: #FFFFFF;
        background-image: url(../images/bg/bg-menu-II-livello-hover.jpg);
        margin: 0px 0px 12px 0px;
    }

    .area-login-news h2 {
        font-size: 10px;
        margin: 0 0 0 0;
    }


    .area-login-news h1 a {
        color: #FFFFFF;
        text-decoration: none;
    }

    .area-login-news h1 img {
        margin: 0px 10px 0px 4px;
        float: right;
    }


.welcome-login {
    position: absolute;
    margin: 0px 0px 8px 0px;
    float: left;
    left: 229px;
    top: 352px;
    color: #fff;
    width: 330px;
}

    .welcome-login h1 {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
    }


#LoginControl_LoginButton {
    margin-top: 6%;
    margin-right: 8% !important;
    background-color: #3874ff;
    border: none;
    color: white;
    height: 38px;
    width: 430px !important;
    transition: background-color 0.2s ease;
}

#LoginControl_LoginButton:hover {
    background-color: #004dff;
}
#LoginControl_UserName {
    height: 25px;
    width: 417px;
}  

#LoginControl_Password {
    height: 25px;
    width: 417px;
}

.cargo-gate-logo {
    background-image: url(../Images/loghi/cargo-gate-logo.png);
    height: 55px;
    background-size: contain; /* Resize the background image to fit the container */
    background-repeat: no-repeat; /* Ensure the background image does not repeat */
    margin-left:93px;
}

.cargo-start-logo { 
    height: 50px;
    background-image: url(../Images/loghi/cargo-start-logo.svg);
    background-size: contain; /* Resize the background image to fit the container */
    background-repeat: no-repeat; /* Ensure the background image does not repeat */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: 18px;
    margin-top:15px;
    margin-bottom:18px;
}