body{
    background-image:url('../../template/images/homepage-background.jpg');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}
html{
    width: 100%;
    height: 100%;
}
*{
    font-family: 'Roboto', sans-serif !important;
}
#loginContainer{
    width: 480px;
    position: relative;
    /* height: 470px; */
    /* position: absolute; */
    /* top: 100px; */
    /* left: 50%; */
    /* margin-left: -300px; */
    /* margin-top: -300px; */
    background-color: white;
    border: 2px solid #9bb5c2;
    border-left: 2px solid #a2b9c9;
    border-top: 2px solid #00203d;
    border: 0;
    display: block;
    margin: auto;
    margin-top: 140px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    padding-bottom: 70px;
}

#loginHeader{
    background-color: #0053a1;
    color: white;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    line-height: 50px;
}
.gscs_fe_gadget_maincontent_container .labelText_ctrl{
    font-size: 14px;
    color: #999;
    padding:5px;
}
#loginFooter{
    line-height: 65px;
    text-align: center;
    font-size: 11px;
    color: #999;
    position: absolute;
    width: 100%;
    bottom:0;
    left: 0;
}
#loginFooter img{
    position: absolute;
    width: 22px;
    right: 13px;
    top: 20px;
}
.flagIT{
    right: 43px !important;
}
.gscs_fe_gadget_maincontent_portlet.content{
    min-height: unset !important;
}
.lblPwdDemand_ctrl{
    display: none !important;
}

.loginVertical .button{
    right: 0 !important;
    top: 0 !important;
}
.spanRowCustom{
    position: absolute;
    width: 100%;
    line-height: 59px;
    height: 59px;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    top: 175px;
}

.spanRowCustomFirst{
    top:114px;
}

.m_cUserName_ctrl, .m_cPassword_ctrl{
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    line-height: 57px !important;
    height: 57px !important;
    width: 100% !important;
    left: 0px !important;
    border-bottom:1px solid #f0f0f0;
    color: #999 !important;
}
.m_cUserName_ctrl .fa,.m_cPassword_ctrl .fa{
    line-height: 57px;
    margin-left: 50px;
    font-size: 26px;
    color: #999;
}
.m_cPassword_ctrl{
    top:57px !important;
}

span[id*=_wrp] input[type=text], span[id*=_wrp] input[type=password], textarea, select {
    line-height: 56px !important;
    height: 56px !important;
    margin: 0 !important;
}

input.textLogin{
    border:0 !important;
    font-size: 15px !important;
    color: #999 !important;
    background-color: white !important;
    width: 80% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.lblTitle_ctrl,.lblUsername_ctrl,.lblPassword_ctrl{
    display:none !important;
}

.buttonLogin,.registerLink,.forgotPasswordLink,.cantAccess{
    position: absolute;
    right: 40px;
    top:0;
    text-transform: unset !important;
}
.cantAccess{
    right: 150px;
    line-height: 30px;
    font-size: 12px;
    color: #0053a1;
    top: 25px;
}
.forgotPasswordLink{
    right: 150px;
    line-height: 40px;
    font-size: 12px;
    color:#0053a1;
}
input.buttonLogin,.registerLink,.Accedi_ctrl{
    width: 100px !important;
    text-align: center !important;
    float: unset !important;
    display: block !important;
    line-height: 40px !important;
    border: 0 !important;
    background-color: #0053a1 !important;
    color: white !important;
    top: 8px;
    right: 40px;
    border-radius: 5px !important;
    font-size: 14px !important;
    height: 40px;
    line-height: 40px !important;
}
.loginVertical .button{
    top: 86px !important;
    left: auto !important;
    position: absolute !important;
    width: 100px !important;
    min-width: auto !important;
    line-height: 40px !important;
    padding: 0 !important;
    height: 40px !important;
    border: 0 !important;
    right: 40px !important;
}
.registerLink{
    background-color: #9bb5c2 !important;
}

@media screen and (max-width: 990px) {
    body{
        background-color: white;
        background-image: none;
    }
    input.buttonLogin, .registerLink,.loginVertical .button{
        right: 20px !important;
    }
    .forgotPasswordLink,.cantAccess{
        right: 178px;
        font-size: 13px;
    }
    .m_cUserName_ctrl .fa, .m_cPassword_ctrl .fa{
        margin-left: 9%;
    }
    #loginFooter{
        text-align: left;
        font-size: 14px;
        padding-left: 20px;
    }
    #loginContainer{
        width: 100%;
        height: unset;
        box-shadow: unset;
        top: unset;
        left: unset;
        margin: 0;
        border: 0;
    }
}