.auth-logo {
    height: 60px;
}
/*.verify-phone-sms{
    display: block;
    margin-top: -8px;
    padding-left: 10px;
    padding-bottom: 10px;
    z-index: 1;
    position: relative;
    font-size: 16px;
    color: #ff0000 !important;
    font-weight: bold;
    font-family: SourceSansPro-SemiBold;
}*/

.wrap-input100, .wrap-input50left, .wrap-input50right{
    position: relative;
}

.wrap-input100 .valid, .wrap-input50left .valid, .wrap-input50right .valid{
    position: absolute;
    top: 54%;
    right: 3px;
}

.wrap-input100.password-include .valid{
    right: 40px;
}

.nazione.wrap-input50left .valid, .provincia.wrap-input50right .valid, .rag_soc.wrap-input100 .valid, #citta.wrap-input100 .valid{
    top: 30%;
}

.wrap-input100 .valid img, .wrap-input50left .valid img, .wrap-input50right .valid img{
    width: 15px;
    margin-right:4px;
}

.verify-phone-sms {
    display: block;
    padding-left: 0px;
    padding-bottom: 0px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #ffffff !important;
    font-weight: bold;
    font-family: SourceSansPro-SemiBold;
    background-color: #228f26;
    border-radius: 20px;
    width: 150px;
    text-align: center;
    line-height: 30px;
    margin: 10px 10px 10px 10px;
    float: right;
}

#alert-modal-phone .modal-sm, #alert-verify-phone .modal-sm{
    max-width: 600px;
}

#code-verify{
    position: relative;
    margin-top: 30px;
}

#code-verify .verify-form-btn{
    background: linear-gradient(to left, #ff6c00, #e52c43);
    border-color: #ff4c00;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    padding: 18px 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.phone-complete-bottom .countdown{
    display:inline-block;
    color: #ff0000 !important;
}

#resend-code{
    color: #ff0000 !important;
}

/* USER ROLE CHOOSING VIEW CSS STARTS */
.wrap-login600 {
    width: 900px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.button-images {
    max-width: 1000px;
}

.button-container {
    position: relative;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ECEFF1;
}

.button-container A:before {
    content: '';
    display: inline-block;
    height: 48%;
}

.button-container a {
    transition: all 1s ease-out;
    background: rgba(88, 88, 88, 0.5);
    border-radius: 50%;
    vertical-align: middle;
    padding: 5%;
    color: #FFFFFF;
    position: absolute;
    font-size: 23px;
    font-weight: 800;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.button-container A:hover {
    background: none;
    opacity: 0;
    border: 5px solid #424242;
}

.button-container img {
    width: 100%;
    height: auto;
    display: block
}

/*Columns*/
.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

/* USER ROLE CHOOSING VIEW CSS ENDS */

/* CONFUSED CSS*/

.confused {
    height: 150px;
    width: 150px;
    margin-top: 15px;
}


/* LOGIN AS BUTTOS CSS */
.login-as-btn-area {
    margin-bottom: 10px;
}

.login-as-btn-area table tr td {
    padding: 5px;
}

.login-as-btn-area button {
    height: 25px;
    border-radius: 4px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    font-size: 10px;
    text-transform: capitalize;
    width: 100%;
}

.login-as-btn-area .login-as-admin {
    background-color: #2196F3;
}

.login-as-btn-area .login-as-owner {
    background-color: #2196F3;
}

.login-as-btn-area .login-as-customer {
    background-color: #2196F3;
}

.login-as-btn-area .login-as-driver {
    background-color: #2196F3;
}

.login-as-btn-area button:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

select#tipoaccount, select.provincia, select.citta, select#nazione {
    width: 100%;
    height: 62px;
    border-radius: 10px;
    padding: 0px 10px 0px 20px;
}

.tipoaccount-hidden.hidden {
    display: none !important;
}

.invoice-registration #invoice-container{
    padding: 0px 2px;
}

.invoice-registration #invoice-container .invoice-content{
    display: flex;
    align-items: center;
}

.invoice-registration #invoice-container .invoice-checkbox-label{
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 15px;
}

/*.invoice-registration .invoice-footer img{
    width: 40px;
}*/

.invoice-registration #invoice-container .invoice-center-container{
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.invoice-registration .checkbox-group{
    position: relative;
    margin-top: 1px;
}
.invoice-registration .checkbox-group input[type=checkbox]{
    display: inline-block;
    margin-block-end: 0.5rem;
    height: 25px;
    width: 25px;
    inset: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.invoice-registration .checkbox-group .checkmark{
    position: relative;
    display: inline-flex;
    pointer-events: none;
    cursor: pointer;
}
.invoice-registration input[type=checkbox]:checked+.checkmark:before {
    background-color: #444444;
    border-color: #444444;
}
.invoice-registration input[type=checkbox]:checked+.checkmark:after {
    opacity: 1;
}
.invoice-registration .checkmark:before {
    content: "";
    display: inline-flex;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    border: 1px solid #808080;
    background-color: #fff;
    position: relative;
    top: 2px;
    transition: all 0.4s;
}
.invoice-registration .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 9px;
    top: 4px;
    width: 8px;
    height: 15px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.4s;
}

.password-include{
    position: relative;
}
.toggle-password {
    position: absolute;
    z-index: 2;
    top: 56%;
    right: 10px;
    font-size: 20px;
}

.login100-form-title {
    display: block;
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    text-align: left;
    margin-top: 0px;
    float: left;
    width: 100%;
}


.login100-form-btn {
    background: #cc1414;
    border-color: #cc1414;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
}

.txt2 {
    font-family: SourceSansPro-Regular;
    font-size: 16px;
    line-height: 1.4;
    color: #000000!important;
}


.number {
    background-color: #d71717;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

span.testo {
    margin-left: 10px;
    font-size: 19px;
    text-transform: uppercase;
}

h4.mt-2.alert-otp {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
}


.btn-otp {
    color: #fff;
    background-color: #c32828;
    border-color: #c32828;
}

.wrap-input50left.m-b-20.top-right {
    text-align: right;
}


::placeholder {
  color: #949494!important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #949494!important;
}


.invoice-top {
    margin-top: 40px;
}


#code-verify .verify-form-btn {
    background: #c32828;
    border-color: #c32828;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    padding: 12px 27px;
    position: absolute;
    top: 0;
    right: 0;
}
