.maincontainer {
    box-shadow: 2px 10px 35px #555 !important;
    border: none !important;
    border-radius: 0;
    margin: 110px auto;
    background-color: rgba(255, 255, 255, 0.7) !important;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 405.48px;
    align-items: center;
    min-height: 200px;
    padding: 16.8px;
    font-family: 'Open Sans', sans-serif;
}
.message {
    font-size: 11.2px;
}
.logo_padding {
    padding-top: 20px;
    padding-bottom: 30px;
}
.logo_padding img {
    height: 75px;
}
.divbox {
    width: 100%;
    display: table;
    position: relative;
}
.input_margin {
    margin-top: 6px;
    margin-bottom: 8px;
}
.absolute_icon {
    position: absolute;
    font-size: 1.8em;
    padding: 0.25em 0.3em;
    height: 100%;
    color: #2e2e2e;
}
.divbox input {
    width: 100%;
    height: 2.7em;
    display: inline;
    line-height: 20px;
    text-indent: 60px;
    font-size: 1.0em;
    border: 1px solid #164C92;
    font-family: 'Open Sans', fontawesome, sans-serif;
    margin: 0;
    padding: 0;
}
.divbox input:focus {
    border-color: #A2CEF0 !important;
    border: solid 1px #96CCF7 !important;
    box-shadow: inset 0 0px 1px rgba(82, 168, 236, 0.6), 0px 0 10px rgba(82, 168, 236, 0.8);
    outline: 0;
}
.divbox input::placeholder {
    font-style: italic;
}
form {
    width: 100%;
}
div .blogin {
    margin-top: 30px;
    margin-bottom: -5px;
}
.ui-widget {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}
.blogin button {
    background-color: #44A94C !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .0) 100%);
    border: 5px solid #44A94C !important;
    color: #ffffff;
    opacity: 1;
    padding: 0;
    box-shadow: none;
    min-width: 150px;
    font-size: 1.5em;
    width: 100%;
    margin: 0 0 0 0;
    height: 3em;
}
.blogin button:hover:not(:disabled) {
    opacity: 0.95;
    cursor: pointer;
}
.ui-button-text {
    padding: .4em 1em;
    line-height: 37px ;
    font-size: 16.8px;
    font-weight: 600;
}
#recaptchaV2 {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.waiting {
    background-color: #eeeeee !important;
}
.ui-state-error-box{
    /*border: 1px solid #cd0a0a !important;*/
    background: rgb(255, 218, 223) !important;
}
.ui-dialog .ui-dialog-titlebar-close {
    top: 18px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    border-width: 0;
}
button#submit:hover, button#submit, button#submit_and_new, button.submit, button.submit_and_new, .ui-dialog-buttonset button.salva_dialogbutton {
    min-width: 150px;
    background: #44A94C;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .0) 100%);
    background-color: #44A94C;
    border-radius: 0px;
    border: solid 2px #44A94C !important;
    padding: 10px 5px 10px 5px;
    opacity: 0.8;
    box-shadow: none;
    display: flex;
    justify-content: center;
    outline: 0;
}
button.salva_dialogbutton span i {
    font-size: 1.5em;
    margin-top: 7px;
}
button.salva_dialogbutton span {
    font-weight: 600;
    color: white;
}
/*POPUP*/
.ui-widget-header {
    background: #34537f;
    border: none;
}
.ui-widget-header .ui-dialog-title {
    font-size: 1.8em;
    font-family: "lato", sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    width: 100%;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    text-align: center;
}
/*FOOTER*/
#footer {
    position: absolute;
    width: 100%;
    margin: 0px auto 0px auto;
    border-top: 1px solid #CCCCCC;
    height: 40px;
    box-shadow: -0px -5px 20px #aaa;
    bottom: 0;
    left: 0;
}
.footer_text {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}
#footer .footer_img {
    right: 15px;
    position: absolute;
    top: 7px;
    display: inline-block;
}
.footer_img img {
    height: 27px;
}
.footer_text p {
    padding: 10px 20px 10px 40px;
    font-weight: 600;
    text-align: left;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7em;
    margin-top: 0px;
}
#ask-message-again {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .0) 100%);
    background-color: #44A94C;
    border-radius: 0px;
    border: solid 2px #44A94C;
    padding: 10px 18px 10px 18px;
    color: white;
    white-space: nowrap;
}

div#ask-again-container {
    white-space: nowrap;
}

.modal-message > div {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.blogin button#submit.disabled {
    background: grey;
    background-color: grey !important;
    cursor: not-allowed !important;
}

#errorMessage {
    color: red;
    text-align: center;
    font-size: 12.32px;
    font-weight: bold;
    margin: 5px;
    display: none;
}

a.forgot-password {
    font-size: 11.2px;
    margin-left: 10px;
    text-decoration: none;
    color: #686969;
}

button#ask-by-sms {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .0) 100%);
    background-color: #44A94C;
    border: 5px solid #44A94C !important;
    color: #ffffff;
    font-size: 16.8px;
    opacity: 1 !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin: 20px auto;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: inherit;
}

.big-container-askagain {
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.loading-spinner {
    width: 80px;
    height: 80px;
}

#ftw_otp_input input.e-otp-input-field {
    width: 56px;
    height: 56px;
    text-indent: unset;
}
#ftw_otp_input {
    margin: 15px 0px;
}