.auth-one-bg {
   background-image: url(../images/bg-login.jpg);
}

.profile-wid-bg::before {
   opacity: 0.75;
}

.error-validation {
   width: 100%;
   margin-top: 0.25rem;
   font-size: 0.875em;
   color: var(--vz-form-invalid-color);
}

.choices {
   margin-bottom: 0px;
}

.choices__placeholder {
   color: var(--vz-card-color) !important;
}

#loading-ajax {
   display: none;
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   background-color: rgba(255, 255, 255, 0.5);
   z-index: 9999;
}

.input-step {
   height: 24.5px;
}

span.reorder {
   cursor: move;
}
