.images-comp {
    width: 260px;
    margin: auto;
    display: block;
}

.center-only {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

div {
    font-family: ubuntu;
}

.text-home {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.title-reg {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.cent-text {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.but-col {
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
    margin: 15px auto;
    display: block;
}

.countdown {
    margin-left: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

body {
    background: linear-gradient(180deg, #1b2031, #0e57a6);
}


/* ------------------------------form-------------------------------- */

form {
    display: grid;
    margin-bottom: 0;
}

input {
    width: -webkit-fill-available;
    width: -moz-available;
    border: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    padding: 6px 10px;
    padding-left: 0;
    background-color: transparent;
    margin-bottom: 16px;
    font-size: 12px;
    color: rgba(0, 0, 0);
    box-shadow: none !important;
    outline: none !important;
}

input::placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
}

input:focus {
    border-bottom: 2px solid yellowgreen;
}

input:valid {
    border-bottom: 2px solid yellowgreen;
    background-image: url(images/spunte/valid.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 15px;
}

input:invalid {
    border-bottom: 2px solid #ff0000;
    background-image: url(images/spunte/invalid.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.flexxer {
    display: flex;
}

.but-nul {
    border: none;
    margin: auto;
}

.input-negative {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
}

.input-negative::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.goo-face {
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
    background: none;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 1px #fff;
    letter-spacing: 2px;
    min-width: 350px;
    transition: 0.3s;
    margin: 30px auto;
}

.button-null {
    border: none;
    display: block;
}

.goo-face:hover {
    background: linear-gradient(145deg, #24acdb, #0d41a3);
    -webkit-box-shadow: 0 0 16px rgba(36, 172, 219);
    -moz-box-shadow: 0 0 16px rgba(36, 172, 219);
    box-shadow: 0 0 16px rgba(36, 172, 219);
}

.top-margine {
    margin: 20px auto auto;
}

@media screen and (max-width: 375px) {
    .goo-face {
        min-width: auto !important;
    }
    .goo-face {
        padding: 12px 20px;
        font-size: 12px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 768px) {
    .flexxer {
        display: block !important;
    }
}

@media screen and (max-width: 1200px) {
    .flexxer {
        display: block !important;
    }
}


/* ------------------------------form-------------------------------- */


/* ------------------------------------------messaggi di errore e positivi password modal---------------------------------- */

.card-green,
.card-red {
    background: linear-gradient(to left, #851e1e, #ff0000);
    padding: 10px 15px;
    border-radius: 5px;
}

.card-green {
    background: linear-gradient(to left, #5a7523, #9acd32);
}

.imag-password {
    height: 30px;
    object-fit: cover;
    width: 30px;
}

.error-sand {
    font-size: 14px;
    color: rgba(255, 255, 255);
    display: block;
}

.cont-error {
    margin: 10px auto;
}

.mar-text {
    height: auto;
    margin: auto;
    margin-left: 10px;
}


/* ------------------------------------------messaggi di errore e positivi password modal---------------------------------- */


/* .conteiner-only {
    height: 60vh;
} */


/* loader */

/* .loader {
    border: 4px solid rgba(225, 225, 225, 0.1);
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */


/* --------------------------altezza container-------------------- */


/* .conteiner-height {
    height: 60vh;
} */


/* .conteiner-height-no {
    height: auto;
} */


/* --------------------------altezza container-------------------- */

.halt {
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    display: initial;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.position_show_pass {
    float: right;
    margin-top: -42px;
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
    margin-right: 10px;
}