/* Reset di base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background: #f4f7f8;
    display: block;
    /*justify-content: center;*/
    /*align-items: center;*/
    height: 100vh;
    margin: auto;
}

/* Contenitore principale */
#page-container {
    /*width: 100%;*/
    max-width: 700px;
    padding: 30px;
    margin: auto;
    /*background: #fff;*/
    /*box-shadow: 0 8px 16px rgba(0,0,0,0.1);*/
    /*border-radius: 12px;*/
}

.accedi-page-login-container
{
    background: #032b4488;
    padding: 20px;
    backdrop-filter: blur(10px);
    color: #fff;
    border: 2px solid #fff4;
    border-radius: 5px;
}

.volcano-text-white {
    color: #ffffff;
}


/*!* Input + label *!*/
/*input[type="text"],*/
/*input[type="password"] {*/
/*    width: 100%;*/
/*    padding: 12px 16px;*/
/*    margin-top: 8px;*/
/*    margin-bottom: 20px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 8px;*/
/*    background: #fafafa;*/
/*    font-size: 16px;*/
/*    transition: border-color 0.3s;*/
/*}*/

/*input:focus {*/
/*    border-color: #007bff;*/
/*    outline: none;*/
/*    background: #fff;*/
/*}*/

/*label {*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    color: #333;*/
/*}*/

/*!* Mostra/Nascondi password *!*/
/*.input-password-show {*/
/*    position: absolute;*/
/*    right: 16px;*/
/*    top: 38px;*/
/*    cursor: pointer;*/
/*    color: #888;*/
/*}*/

/*.input-password-show:hover {*/
/*    color: #000;*/
/*}*/

/*!* Posizionamento relativo per icona *!*/
/*.input-password-showable {*/
/*    position: relative;*/
/*    padding-right: 40px;*/
/*}*/

/*!* Bottone *!*/
/*.button-submit {*/
/*    width: 100%;*/
/*    padding: 12px;*/
/*    font-size: 16px;*/
/*    border-radius: 8px;*/
/*    border: none;*/
/*    transition: background 0.3s;*/
/*}*/

/*.button-submit:hover {*/
/*    background: #0056b3;*/
/*}*/

/*!* Per la sticky bar, utile solo su mobile *!*/
/*.row[style*="sticky"] {*/
/*    margin-top: 20px;*/
/*}*/

/*.volcano-input-password-show {*/
/*    cursor: pointer;*/
/*    pointer-events: auto;*/
/*}*/