﻿

.wrap-input {
    position: relative;
    width: 100%;
    z-index: 1;
}

input {
    outline: none;
    border: none;
    font-family: 'Poppins', sans-serif !important;
}


@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}


.external-login-btn {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: white;
    width: 85pt;
    height: 40px;
    margin: 5pt;
    border-radius: 25px;
    background: #e7ebf538;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    outline: none !important;
    border: none;
}

    .external-login-btn::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 25px;
        top: 0;
        left: 0;
        background: var(--ultra-dark-blue);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 0;
    }

.identity.external-login-btn-form-btn:hover {
    background: transparent;
    color: #fff;
}

.external-login-btn:hover:before {
    opacity: 1;
}

.logo-image-small {
    max-width: 70%;
    margin-bottom: 10pt;
}

.left-inner-icon {
    position: relative;
}

    .left-inner-icon input {
        padding-left: 50px !important;
        color: var(--dark-blue);
    }

    .left-inner-icon i {
        position: absolute;
        padding: 30px 20px;
        pointer-events: none;
        color: var(--dark-blue);
    }

    .left-inner-icon em { /* Modifica da i a em */
        position: absolute;
        padding: 30px 20px;
        pointer-events: none;
        color: var(--dark-blue);
        font-style: normal; /* Assicura che l'elemento <em> non sia in corsivo */
    }

#register-form-icons .left-inner-icon i.register-icon {
    padding: 24px 20px !important; /* Override dello stile esistente */
}

label {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

a {
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
}

    a:hover {
        color: var(--dark-blue);
    }

.register-link {
    font-size: 13pt;
    color: #ffffffd9
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border: 2px solid black !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: var(--medium-dark-grey);
}

input:-moz-placeholder {
    color: var(--medium-dark-grey);
}

input::-moz-placeholder {
    color: var(--medium-dark-grey);
}

input:-ms-input-placeholder {
    color: var(--medium-dark-grey);
}

textarea::-webkit-input-placeholder {
    color: var(--medium-dark-grey);
}

textarea:-moz-placeholder {
    color: var(--medium-dark-grey);
}

textarea::-moz-placeholder {
    color: var(--medium-dark-grey);
}

textarea:-ms-input-placeholder {
    color: var(--medium-dark-grey);
}


.social-text {
    font-family: 'Poppins', sans-serif !important;
    color: white;
    font-size: 12pt;
    font-weight: 400;
    margin-top: 40pt;
    margin-bottom: 5pt;
}

.social-login {
    padding: 0;
    list-style: none;
    margin: 1em;
    cursor: pointer;
}

    .social-login li {
        display: inline-block;
        margin: 0.15em;
        position: relative;
        font-size: 1.2em;
    }

    .social-login i {
        color: white;
        position: absolute;
        top: 14px;
        left: 14px;
        transition: all 265ms ease-out;
    }

    .social-login.small-icons i {
        top: 10px;
        left: 10px;
    }

    .social-login a {
        display: inline-block;
    }

        .social-login a:before {
            transform: scale(1);
            content: " ";
            width: 45px;
            height: 45px;
            border-radius: 100%;
            display: block;
            background: #e7ebf54f;
            transition: all 265ms ease-out;
        }

    .social-login .light-icon a:before {
        background: #e7ebf54f;
    }

    .social-login a:hover:before {
        transform: scale(0);
        transition: all 265ms ease-in;
    }

    .social-login .light-icon > a:hover i {
        background: #ffffffe0;
        transform: scale(2.2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: all 265ms ease-in;
    }

.checkbox label {
    font-family: 'Poppins', sans-serif !important;
    color: white;
}

.checkbox .form-check-input {
    cursor: pointer;
    margin-right: 3pt;
}

    .checkbox .form-check-input:checked {
        background-color: #e7ebf570 !important;
        border-color: #e7ebf570 !important;
    }

.small-text {
    font-size: 9pt;
    color: var(--medium-grey);
    font-family: 'Poppins', sans-serif !important;
}

    .small-text a {
        color: var(--grey) !important;
        cursor: pointer;
    }

.validation-text {
    font-family: 'Poppins', sans-serif;
    color: #cf1111;
    font-size: 11pt;
    font-weight: 500;
}

.title-text {
    color: #ffffffd9;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    font-family: 'Poppins';
}

.alert-danger {
    font-family: 'Poppins';
    font-size: 12pt;
    font-weight: 400;
    color: #660000;
    background-color: #FFE5E5;
    border: none;
}

.alert-success {
    font-family: 'Poppins';
    font-size: 12pt;
    font-weight: 400;
    color: #145E03;
    background-color: #DDF3D8;
    border: none;
}


.alert-warning {
    font-family: 'Poppins';
    font-size: 12pt;
    font-weight: 400;
    color: #212529;
    background-color: #FDFFDB;
    border: none;
}



.title-identity {
    color: aliceblue
}

.text-info-identity {
    color: #ebebeb;
}

.social-logo-identity {
    margin-bottom: 30pt;
}




.switch-language {
    top: -2px;
}

    .switch-language .current-language-icon {
        max-width: 15pt;
    }

    .switch-language .dropdown .nav-link {
        padding: 7pt 0pt 7pt 10pt !important
    }

    .switch-language .flag-icon {
        max-width: 22pt;
        margin-right: 10pt;
    }

.flag-icon {
    max-width: 15pt;
}

.current-language-icon {
    max-width: 20pt;
}

.language-drop {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    border-radius: 5px;
}

    .language-drop a, .language-drop .has-children .dropdown button {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        -webkit-transition: 0s all;
        -o-transition: 0s all;
        transition: 0s all;
        color: #0e1c60;
        border: none;
        background-color: inherit;
        margin: unset;
        padding: 12pt 15pt 12pt 15pt;
    }

    .language-drop span {
        margin-left: 0.8rem;
    }

    .language-drop li {
        padding: 10px;
    }

        .language-drop li:hover {
            background-color: #ebeef0;
        }

.dropstart .dropdown-toggle::before {
    display: none;
}



.col-image {
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    height: 100vh;
}

:root {
    --iqcblue: #354F9A;
    --ultra-dark-blue: #051d32;
    --dark-blue: #143e62;
    --medium-blue: #334c7a;
    --hoverblue: #4f6da3;
    --background-grey: #eff1f769;
    --ultra-light-grey: #e2e8f1;
    --light-grey: #d7ddeb;
    --grey: #bbbed3;
    --medium-grey: #9da2c5;
    --medium-dark-grey: #718bab;
    --contrast: #ffb044;
}

body, html {
    height: 100%;
}


.identity-container {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}


.imglogocbox {
    float: right;
    display: block;
    top: 0px;
    width: 114px;
    position: relative;
    right: 0px;
}

.simple-logo-shadow {
    display: inline-block;
    margin-left: -100px;
    margin-top: -133px;
    opacity: 0.2;
    width: 207px;
}

button:focus {
    outline: 2px solid #000 !important; /* bordo visibile */
    outline-offset: 2px; /* distanza dal contenuto */
}

/**refactory ing medusa */

body, html {
    font-family: 'Poppins', sans-serif;
    height: 100%;
}

.password-container {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 10;
    color: black !important;
    background-color: transparent !important;
}

.left-panel h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.left-panel p {
    font-size: 1rem;
    margin-bottom: 40px;
}


.feature {
    margin-bottom: 25px;
}

.form-container button {
    background-color: #2e5fc9;
    border: none;
}

    .form-container button:hover {
        background-color: #0a2463;
    }

.signin-link a {
    color: #2e5fc9;
    text-decoration: none;
    font-weight: 600;
}

.sso-login {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.social-btn {
    min-width: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    margin-bottom: 0.75rem;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-linkedin {
    background-color: #0073B1;
}

.btn-google {
    background-color: #252525;
}

.btn-facebook {
    background-color: #0052d6;
}

.btn-spid {
    background-color: #06C;
}

.btn-idem {
    background-color: #01695d;
}

.social-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    color: white;
}

.social-btn img {
    height: 24px;
    margin-right: 8px;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
    color: #6c757d;
}

    .divider::before,
    .divider::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #dee2e6;
    }

    .divider::before {
        margin-right: 1rem;
    }

    .divider::after {
        margin-left: 1rem;
    }

