/**********************

CONTAINER

***********************/
.signup_container{
    background-image: url('/images/signup/nuovo-sfondo-4.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    background-color: #4a47f7;
    height: 100vh;
    width: 100%;
    display: table;
    position: relative;
}

.signup_container #signup_subtitle {
    margin-top: -30px;
    margin-bottom: 40px;
}

.vcode {
    margin-top: 30px;
}

.vcode-input {
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 22px;
    margin: 0px 5px;
}

.background-overlay {
    background: #4a47f7;
    opacity: 0.7;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.incentives-container {
    background-image: none;
    background-color: #050647;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.incentives-container #signup_user_form, .incentives-container #login_user_form {
    margin: 0 auto;
}

.incentives-container .background-overlay {
    background: #050647;
    opacity: 0.6;
}

.incentives-container .signup_logo {
    display: none;
}

.incentives-container #signup-header {
    position: relative;
    display: flex;
    min-width: 750px;
    width: 100%;
    height: 100px;
    margin-bottom: 40px;
}

.incentives-container #signup_logo_2 {
    flex: 33%;
    height: 100%;
    margin: 0px 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.incentives-container #signup-footer {
    background-image: url(/images/signup/footer.png);
    position: relative;
    display: relative;
    min-width: 750px;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 60px;
}

.md-red {
    background-color: #fff !important;
    color: #CA064D !important;
    outline: 1px solid #CA064D;
    outline-offset: -1px;
}

.md-red:hover, .md-red:focus {
    background-color: #CC00001c !important;
    outline: none;
}

.table-vertical-center {
    /* display: table-cell; */
    /* vertical-align: middle; */
    background: none;
    position: absolute;
    box-shadow: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/**********************

TITLE

***********************/

.signup_logo{
    width: 400px;
    left: 10px;
    top: 20px;
    position: absolute;
}

#signup_title{
    font-family: 'Chillax', sans-serif;
    font-weight: bold;
    font-size: 44px;
    line-height: 28px;
    color: #3b4362;
    margin-bottom: 50px;
    text-align: center;
}

md-input-container {
    margin: 20px 0px;
    /* line-height: 30px; */
}

.footer-link {
    margin-top: 15px;
}

#login_user_form {
    width: 300px;
    margin: 0px 30px;
}

#signup_user_form {
    width: 750px;
}

.signup-wrapper {
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
    background: #fff;
    padding: 70px 45px;
    margin: 10px 0px;
    max-height: calc(100% - 20px);
    overflow: auto;
    z-index: 1;
    width: 100%;
    text-align: center;
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */
}

.signup-wrapper > div > div {
    margin: 0 auto !important;
}

.signup-wrapper .md-button.md-primary.md-raised {
    background-color: #ea8ceb;
}

.signup-wrapper .md-button.md-primary.md-raised:not([disabled]):hover {
    background-color: #3b4362 !important;
    color: #fff !important;
}

.signup-wrapper .loading_message {
    color: #3b4362;
}

.signup-wrapper #loading > div {
    background-color: #771e7b;
	color: #771e7b;
}
.signup-wrapper #loading > div::before,
.signup-wrapper #loading > div::after {
    background-color: #ea8ceb;
	color: #ea8ceb;
}

.signup-wrapper a {
    text-decoration: none;
    color: #4978b3;
    cursor: pointer;
    font-weight: bold;
}

.signup-wrapper a:hover {
    text-decoration: underline;
}

.signup_input{
    width: 65% !important;
    float:right !important;
}

.signup_input_code{
    width: 60% !important;
    margin-left: 20%;
    text-align: center;
}

.file_info_tooltip{
    margin-left: 10px;
}

.file_input{
    height: auto;
    margin-top: 5px;
    line-height: 40px;
}

md-tooltip{
    font-size: 12px;
}


/**********************

NAVIGATION

***********************/

.signup_bar{
    background-color: #ff6c8f;
}

.signup_bar .pillsNavigation li{
    background-color: #fff;
}

.signup_bar .pillsNavigation a{
    color: #000;
    cursor: pointer;
}

.signup_bar .pillsNavigation li a.current{
    background-color: #ca064d;
    box-shadow: none;
    color: #fff !important;
}


/**********************

FORM

***********************/

.button_signup_next{
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.button_signup_prev{
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.signup_padding_input{
    padding: 10px;
}

.signup_input{
    /*margin-top: 50px;*/
    /*padding: 10px;*/
    /*position: absolute;*/
    width: 100%;
}

.formMessagesError{
    color: #EA5959;
    text-align: center;
}

.md-select-value {
    padding: 0;
}

/* roules for getting preset of browser on input and put the label of the input UP
 * specially in login page
 */
@keyframes onAutoFillStart {  from {/**/}  to {/**/}}
@keyframes onAutoFillCancel {  from {/**/}  to {/**/}}
input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s;
}
input:not(:-webkit-autofill) {
    animation-name: onAutoFillCancel;
}

.loading_message {
    color: #ca064d;
    /* font-weight: bold; */
    font-size: 1.1em;
    margin-bottom: 30px;
}

.signup-wrapper .logout-info {
    color: #888;
    margin-top: 50px !important;
    text-align: center;
}

#version-info {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    text-align: center;
    z-index: 100;
    margin: 0;
    padding-bottom: 10px;
    pointer-events: none;
    z-index: 0;
}

#version-info-text {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #222;
    font-size: 0.92em;
    font-weight: 500;
    background: #f8fafc;
    padding: 2px 10px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    pointer-events: auto;
}

#version-info-icon {
    color: #4f8cff;
}

#version-info-icon:before {
    font-size: 16px;
}

#version-info-text-version {
    opacity: 0.7;
}

#version-info-text-version-number {
    color: #4f8cff;
}
