#first_logo {
    display: inline;
}

#second_logo {
    margin-top: 10px;
}

.image_wrapper {
    text-align: center;
}

.image_wrapper,
div.lock-container {
    border-radius: 0px !important;
    width: 300px !important;
}

#first_logo,
#second_logo {
    border-radius: 0px !important;
    width: 100% !important;
}

div.image_wrapper {
    margin: 0px !important;
}

div.lock-container {
    top: unset !important;
    margin: 0px !important;
    padding: 35px 20px 50px 20px !important;
    max-height: 100%;
}

@media screen and (max-width: 767px) {
    body {
        background-color: #f5f5f5 !important;
    }
    .image_wrapper,
    div.lock-container {
        width: 100% !important;
    }
    #first_logo,
    #second_logo {
        width: 75% !important;
    }
}

/*   RECOVERY   */

.login-modal-header {
    background-color: #4fc08d;
}

.login-modal-header>h3 {
    color: white;
}

.recovery-nav>li {
    width: 50%;
}

.recovery-nav>li.active>a {
    color: #4fc08d !important
}

.panel {
    border-radius: 3px;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-heading {
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.column {
    padding: 0px !important;
}

.column.i-l {
    text-align: right;
}

.column.i-r {
    text-align: left;
}

.step-icon {
    border-radius: 50%;
    border: 1px;
    border-style: solid;
}

.step-separator {
    display: inline-block;
    width: 100%;
    height: 54px;
}

.border-step-separator {
    width: 100%;
    height: 50%;
    border-bottom: 1px;
    border-bottom-style: solid;
}

.step-style .border-step-separator {
    border-color: #aaa;
}

.step-style.step-active .border-step-separator {
    border-color: #4fc08d;
}

.step-style .step-icon {
    color: #aaa;
    border-color: #aaa;
}

.step-style.step-active .step-icon {
    color: #4fc08d;
    border-color: #4fc08d;
}

.step-style.step-done .step-icon {
    color: white;
    background-color: #4fc08d;
    border-color: #4fc08d;
}
.otp-inputs .input {
    width: 40px;
    border: 2px solid #4fc08d;
    border-radius: 8px;
    margin: 0 10px;
    text-align: center;
    font-size: 36px;
}

.otp-inputs .input:focus {
    outline: none;
}
 
.otp-inputs .input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}

.show-password{
    position: absolute;
    right: 0;
    bottom:5px;
    z-index:1;
    background: none;
    border: none;
    color:#ccc
}
.show-password.showed{
    color:#333
}
#idlock{
    height: auto; 
    visibility: hidden;
}
.zucchetti-block,
#containerLoginSSO,
#error_user_req,
#newp,
#error_user_newp,
#error_otp_req,
.chatbot-container{
    display:none
}
.panel-body,
#loginBtn,
#loginSSO{
    z-index: 9999
}
#spinner{
    display: none; 
    transform: scale(0.15);
    position:fixed; 
    margin:auto; 
    top: 140px; 
    right: -145px; 
    left: 0; 
    bottom:0
}
#spinner_req{
    display: none;
    transform: scale(0.15);
    position: absolute; 
    top: 230px; 
    right: -50px;
}
#forgot_psw{
    margin-top: 10px;
}
hr{
    margin: 14px 0px
}
.or{
    display: block; 
    font-size: 12px;
    margin-bottom: 2px;
}
#browserInfoContainer{
    display: inline-flex; 
    align-items: center; 
    height: 10px;
}
#browserInfo{
    color: green; 
    font-size: 10px;
}
#pswChangeModal .modal-content,
#createAccountModal .modal-content{
    margin-top:100px;
}
#pswRecoveryModal .modal-content,
#errorModal .modal-content,
#otpModal .modal-content{
    margin-top:50px;
}
#updatePopover{
    padding: 10px; 
    position: absolute; 
    right: 18px; 
    cursor: pointer;
}
#update{
    margin-bottom: 15px;
}
#oldAlert,
#newAlert{
    padding:8px;
}
#oldAlert h4,
#newAlert h4{
    margin-bottom:0px;
}
#pswRecoveryModal .modal-body > .row:first-child{
    width: 100%; 
    text-align: center;
    margin: 0px;
}
#pswRecoveryModal .modal-body > .row:first-child #step-1-icon{
    padding: 12px 13px;
}
#pswRecoveryModal .modal-body > .row:first-child #step-2-icon{
    padding: 12px 15px;
}
#pswRecoveryModal .form-control-material{
    margin-bottom: 7px;
}
#forgotPopover{
    padding: 10px;
    position: absolute; 
    right: 18px; 
    cursor: pointer;
}
#info_user_newp_text{
    padding: 10px 20px
}
#newp .form-control-material{
    margin-bottom: 7px;
}
#spinner_newp{
    display: none; 
    transform: scale(0.15);
    position: absolute; 
    top: 288px; 
    right: -50px;
}
#resend_otp{
    margin: 30px auto
}
#spinner_otp{
    display: none; 
    transform: scale(0.15);
    position: absolute; 
    top: 140px; 
    right: -50px;
}
#alertAccount{
    padding:8px;
}
#alertAccountDescr{
    margin-bottom:0px;
}