﻿body {
    margin: 0px;
	background-color: #fff;
    font-family: 'Segoe UI','Segoe','SegoeUI-Regular-final',Tahoma,Helvetica,Arial,sans-serif;
}
.side-image {
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    background: url(login_bg.jpg) no-repeat;
    background-size: cover;
    background-position-x: 100%;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: #fff;
    background-image: none !important;
    color: inherit;
}
.login_page_wrapper #login_password,
.login_page_wrapper  #login_user_id,
.login_page_wrapper #login_user_email,
#change_password_old_pass,
#change_password_new_pass,
#change_password_repeat_pass {
    width: 400px;
    max-width: 100%;
    border: none;
    border-bottom: 2px solid #2095D2;
    background: none;
    padding: 10px 0px 10px;
    font-size: 14px;
    line-height: 19px;
    color: #1f2125;
    font-weight: 500;
}
.login_page_wrapper #login_user_id{
    margin-bottom: 15px;
}
.login_page_wrapper {
    padding-left: 500px;
    display: flex;
    flex-flow: column;
    height: auto;
    min-height: 100vh;
}
#login_box {
    display: flex;
    flex-flow: wrap;
    width: 400px;
    margin: 0 0 0 150px;
    position: relative;
    height: 100%;
    flex-flow: column;
    padding-bottom: 75px !important;
    /*height: auto;
    min-height: 100vh;*/
    padding-bottom: 75px !important;
    min-height: calc(100vh - 75px) !important;
    min-height: -moz-calc(100% - 75px);
    min-height: -webkit-calc(100% - 75px);
    height: auto;
}
#password_strength{
    margin-bottom: 10px;
}
.login_page_wrapper #login_box {
     border: none !important; 
     border-radius: 0px !important; 
    -webkit-box-shadow:unset; 
    -moz-box-shadow:unset;
    box-shadow:unset; 
    padding: 0px;
    font-family:inherit; 
    position: relative; 
    right: unset; 
    top: unset; 
    background-color: transparent; 
    z-index: unset; 
}
.home_bg_image {
    width: 100%;
	position: fixed;
    bottom: 0px;
}
.product_name {
    margin-bottom: 60px;
    margin-top: 60px;
}
#lbl_ares_title,#lbl_set_mail_title,#cambio_pass_title{
    margin-bottom: 20px;
    font-size: 24px;
    color: #1f2125;
    font-weight: 500;
}
#lbl_ares_subtitle span,#lbl_set_mail{
    font-size: 15px;
    line-height: 22px;
    color: #81858f;
    margin-bottom: 20px;
    display: inline-block;
}
#lbl_user_input,#lbl_pass_input,.lbl_password_expired,
#lbl_change_password_old_pass,#lbl_change_password_new_pass,
#lbl_change_password_repeat_pass,#login_user_email_lbl{
    font-size: 14px;
    line-height: 18px;
    color: #2095D2;
    font-weight: 600;
}
#lbl_password_lost{
    font-size: 15px;
    line-height: 22px;
    color: #81858f;
    margin-bottom: 20px;
    text-decoration: none;
}
.product_name img {
    width: 180px;
}
.product_footer {
        position: absolute;
    bottom: 5px;
    left: 20px;
    font-size: 14px;
    width: 330px;
    line-height: 20px;
    margin-bottom: 10px;
}
#password_strength{
    border:none;
}
/*.product_footer .img_logo{
        position: absolute;
    right: 6px;
    bottom: -10px;
    width: 67px;

}*/
/*#login_box{
	border: none;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.25);
	box-shadow: 0 2px 2px rgba(0,0,0,0.25);
    font-family: 'Segoe UI','Segoe','SegoeUI-Regular-final',Tahoma,Helvetica,Arial,sans-serif;
    display: block;

    display: block;
    position: fixed;
    top: 0px;
    right: 5px;
    background: rgba(255, 255, 255, 0.93);
    padding: 0px;
    height: 100%;
	min-height: 800px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 350px;
    color: #353535;
}*/
/*#box_user_input, #boxforgot_password, #box_err_password, #box_got_password, #box_wrong_password, #box_password_expired, #box_user_info, #box_password_change_ok, #box_password_change_err{
    margin-left: 20px;
    width: 310px;
}*/
#ui_version_selection {
        margin-top: 10px;
}
#login_btn_login, 
#login_btn_recoverpw, 
#login_btn_logout,
#login_btn_recoverpw_ann,
#login_btn_changepw,
#login_btn_changepw_cancel {
    background: #2095D2;
    width: auto;
    margin-left: 0px;
    border-color: #2095D2;
    border: none !important;
    min-width: 150px;
    padding: 10px;
    display: inline-block;
    float: right;  
    margin-top: 0px;
    cursor: pointer;
}
#login_btn_recoverpw_ann{
    float: left;
    margin-top: 9px;
    color: #fff;
    cursor: pointer;
}
#login_btn_login:focus, #login_btn_recoverpw:focus, #login_btn_logout:focus{
    outline: none;
    border:none;
}
#login_btn_login.readonly{
    background: #ccc;
    cursor: not-allowed;
}
.login_page_wrapper #login_password:focus,
.login_page_wrapper #login_user_id:focus,
.login_page_wrapper #login_user_email, button:focus, input:focus {
    outline: none;
    background: none;
}
#login_btn_changepw_cancel{
    float: left;
}

#lbl_password_expired {
	color: #007bff;
}
#otp_icon {
    float:right;
    width: 100px;
    position: relative;
    top: -7px;
}
#otp_code {
     border: 1px solid rgba(0,0,0,0.25);
     float: left;
 
}
/*#login_password, #login_user_id {
    width: 300px;
    border: 1px solid rgba(0,0,0,0.25);
}*/
#lbl_accesso {
    color: #808080;
}
#lbl_username {
    color: #2095d2;
}
#lbl_user_input {
    margin-top: 17px;
}
#lbl_keep_connected {
    position: relative;
    top: 0px;
}
img.password_lost_ico {
    float: right;
    position: relative;
    top: -33px;
    right: 5px;
}
#lbl_wrong_password {
    color: #f15b00;
}
.solved-recaptcha {
    background-image: url(/progettogestionale/images/captcha_checked.png);
    display: block;
    width: 302px;
    height: 76px;
    position:relative;
    top: 51px;
}
/* Sequenze */
div.intro_body {
    position: fixed;
    top: 7px;
    left: 25px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}
div.sequence_body {
    position: fixed;
    top: 30px;
    left: 10px;
}
div.sequence_body div.sequence_lbl {
    color: rgba(255, 255, 255, 0.88);
    position: absolute;
    top: 8px;
    left: 124px;
    width: 320px;
    font-size: 19px;
    text-shadow: 2px 2px 0px #000000;
}
.product_footer a{
    color: #6b6b6d;
}
.warning {
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 22px;
    position: relative;
    margin-bottom: 10px;
}
.warning i{
    position: absolute;
    left: 5px;
    top: 6px;
    color: #31708f;
}
#lbl_password_error, #box_password_change_err,
#lbl_password_instruction, #box_password_change_ok{
    margin-top: 0px !important;
}
#box_err_password,#box_got_password,#box_password_change_ok,#box_password_change_err{
    margin-top: 20px !important;
}
.warning p{
   color: #31708f !important;
   margin-bottom: 0px !important;
   margin-top: 0px;
   word-break: break-all;
}

.lang_flags {
    text-align: right;
}
    .lang_flags a{
        text-decoration: none;
    }
    .lang_flags img {
        margin-left:5px;
        margin-top:20px;
        width: 30px;
        height: 20px;
    }
    /*#lbl_change_password_old_pass, #lbl_change_password_new_pass, #lbl_change_password_repeat_pass {
	background-image: url(/progettogestionale/images/lucchetto_old_password.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    background-position-x: 274px;
}
#lbl_change_password_old_pass {
    background-image: url(/progettogestionale/images/lucchetto_old_password.png);
}
#lbl_change_password_new_pass {
    background-image: url(/progettogestionale/images/lucchetto_new_password.png);
}
#lbl_change_password_repeat_pass {
    background-image: url(/progettogestionale/images/lucchetto_repeat_password.png);
}*/
    @media only screen and (min-width: 2000px) {
        .side-image{
        width: 700px;
    }
    .login_page_wrapper {
        padding-left: 700px;
    }
    .login_page_wrapper #login_password, .login_page_wrapper #login_user_id, .login_page_wrapper #login_user_email {
        width: 700px;
    }
}
@media only screen and (min-width: 3200px) {
    .side-image{
        width: 1000px;
    }
    .login_page_wrapper {
        padding-left: 1000px;
    }
    #login_box {
        width: 600px;
    }
}
@media only screen and (max-width: 1069px) {
    .login_page_wrapper {
        padding-left: 40%;
    }
    #login_box {
        margin-left: 20%;
    }
    #login_btn_login, #login_btn_recoverpw, #login_btn_logout, #login_btn_recoverpw_ann{
        min-width: 150px;
    }
    #login_box {
        width: 68%;
    }
    .login_page_wrapper #login_password, .login_page_wrapper #login_user_id, .login_page_wrapper #login_user_email {
        width: 100%;
    }
    .side-image{
        width: 47%;
    }
}
@media only screen and (max-width: 767px) {
    /*#login_box {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }*/
    .login_page_wrapper #login_password, .login_page_wrapper #login_user_id, .login_page_wrapper #login_user_email, #change_password_old_pass, #change_password_new_pass, #change_password_repeat_pass {
        width: 100%;
    }
    #lbl_password_expired {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .product_name {
        margin-bottom: 16px;
        margin-top: 20px;
    }
    #login_btn_login, #login_btn_recoverpw, #login_btn_logout, #login_btn_recoverpw_ann,#login_btn_changepw,#login_btn_changepw_cancel {
        min-width: 105px;
    }
    /*.side-image {
        width: 100%;
        background: none;
    }*/
    /*.login_page_wrapper {
        padding-left: 0px;
    }*/
    .side-image {
        width: 22%;
    }
    .side-image {
        background-position-x: 92%;
    }
    .login_page_wrapper {
        padding-left: 22%;
    }
    #login_box {
        margin-left: 0px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100%;
        min-height: 100vh !important;
        padding-bottom: 100px !important;
    }
    body * {
        text-shadow: none;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    div {
        display: block;
    }
    html, body {
        margin: 0;
        padding: 0;
        height: 100%;
        font-family: 'Open Sans', sans-serif;
    }
    
    
    
    .product_footer{
        width: 90%;
    }
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 1000px)
  and (orientation: landscape) {
    .product_footer {
        position: relative;
         margin-top: 20px;
         left: 0px;
    }

}