@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);
where(:not(iframe, canvas, img, svg, video, input[type="checkbox"]):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}
*,
::before,
::after {
    box-sizing: border-box;
    --tw-shadow-colored: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
}
ol,
ul,
menu {
    list-style: none;
}
img {
    max-width: 100%;
}
html,
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #454545;
    text-rendering: geometricPrecision;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
a {
    color: inherit;
    cursor: pointer;
}
body#login {
    height: auto;
}
/*@media (min-width: 768px) {
    body#login {
        height: 100%;
    }
}*/
strong {
    font-weight: 700;
}
.app {
    width: 100%;
    min-height: 100%;
}
body#login .app {
    color: #000;
    background: #fff;/*linear-gradient(#5878da, #1d95e9);*/
}
body:not(#login) .app {
    background-color: #fff;
}
.content {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
body#login .content {
    padding: 30px;
}
@media (min-width: 768px) {
    body#login .content {
        padding: 30px 60px;
        max-width: 1280px;
    }
}
body:not(#login) .header-logo {
    margin-top: -5px;
}
@media (max-width: 767px) {
    body:not(#login) .header-logo {
        text-align: center;
    }
}
body:not(#login) .header-logo img {
    width: 98px;
}
body#login .header-logo {
    max-width: 324px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.main {
    overflow-x: hidden;
    height: calc(100% - 60px);
}
.main::after {
    display: block;
    clear: both;
    content: "";
}
body#login .main {
    width: 100%;
    height: auto;
    margin: 40px 0;
}
body:not(#login) .main {
    position: relative;
    top: 60px;
}
.login-intro {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.login-intro > .title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    line-height: 1.2;
}
.login-intro > .info {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.6;
}
.login-form {
    padding-top: 20px;
}
.login-form > .title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    line-height: 1.2;
}
.login-form > .form {
    margin-top: 24px;
}
.login-form > .extra {
    margin-top: 18px;
    font-size: 14px;
    margin-right: 15px;
}
.login-form > .extra a {
    text-decoration: underline;
}
.form-control {
	display: block;
}
.button {
    width: 95%;
    height: 58px;
    text-align: center;
    border-color: #f67525;
    margin-left: 10px;
    border-width: 0px;
    background-color: #f67525;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button:hover {
    background-color: #e56315;
}
.loader {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 2px solid white;
    width: 16px;
    height: 16px;
    margin-left: 20px;
    animation: spin 1s linear infinite;
    display: none;
}
.loader-whs {
    margin-left: 20px;
    margin-top: 0px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
input.text {
    background-color: #F6F7F7 !important;
    border: 1.2px solid #D4D6D9;
    color: #515C66 !important;
    padding: 12px 10px;
    display: block;
    width: 95%;
    height: 58px;
    line-height: 58px;
    margin-bottom: 18px;
    border-radius: 6px;
    margin-left: 10px;
    font-size: 20px;
    box-shadow: none;
}
input.text:focus {
	box-shadow: 0 0 6px #f67525;
    outline-offset: 0px;
    outline: none;
}
.footer {
    margin-top: 50px;
    font-size: 11px;
}
body:not(#login) .footer {
    display: none;
}
.footer-info {
    text-align: center;
    margin-bottom: 40px;
}
.footer-info > .item {
    display: block;
}
.footer-links {
    text-align: center;
    margin-bottom: 20px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
  	-webkit-text-fill-color: inherit !important;
  	transition: background-color 5000s ease-in-out 0s;
  	-webkit-text-size-adjust: inherit !important;
}
.google-btn {
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid #dadce0;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    color: #3c4043;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 58px;
    width: 95%;
    padding: 0;
    transition: background-color 0.2s, box-shadow 0.2s;
    margin-left: 10px;
}   
.google-btn:hover {
    background-color: #f8f9fa;
    box-shadow: 0 1px 3px rgba(0,0,0,0.18);
}    
.google-btn:active {
    background-color: #f1f3f4;
}    
.google-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
}   
.google-icon {
    width: 18px;
    height: 18px;
} 
.btn-text {
    padding: 0 12px 0 6px;
}   
.google-input {
    background: none;
    border: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #3c4043;
    cursor: pointer;
    padding: 0 12px 0 6px;
    height: 100%;
    outline: none;
}
.text {
	font-size: 15px;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1440px) {
    .footer {
        width: 1160px;
    }
}
@media (min-width: 1100px) {
    .login-form > .title {
        font-size: 32px;
    }
}
@media (min-width: 1100px) {
    .login-intro > .info {
        font-size: 16px;
    }
}
@media (min-width: 1100px) {
    .login-intro > .title {
        font-size: 32px;
    }
}
@media (min-width: 768px) {
    .login-form {
        width: 50%;
        max-width: 50%;
        float: right;
        padding-top: 0;
        padding-left: 60px;
        border-left: 1px solid #000;
    }
}
@media (min-width: 768px) {
    .login-form > .title {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .login-intro {
        width: 50%;
        max-width: 50%;
        float: left;
        padding-right: 60px;
        border-bottom: none;
        padding-bottom: 0;
    }
}
@media (min-width: 768px) {
    body:not(#login) .main {
        top: 80px;
    }
}
@media (min-width: 375px) {
    body:not(#login) .header-logo img {
        width: 128px;
    }
}
@media (min-width: 768px) {
    body:not(#login) .header-logo img {
        width: 178px;
    }
}
@media (min-width: 768px) {
    .main {
        height: calc(100% - 80px);
    }
}
@media (min-width: 768px) {
    body#login .main {
        margin-top: 40px;
    }
}
@media (min-width: 768px) {
	.footer {
        width: calc(100% - 120px);
        max-width: 100%;
        position: fixed;
        bottom: 20px;
        margin: 0;
    }
	.footer-info {
        width: calc(100% - 90px);
        float: left;
        text-align: left;
        margin: 0;
    }
    .footer-info > .item {
        display: inline-block;
    }
    .footer-info > .item:after {
        content: "|";
        display: inline-block;
        margin: 0 5px;
    }
    .footer-info > .item:last-of-type:after {
        display: none;
    }
    .footer-links {
        width: 90px;
        float: right;
        text-align: right;
        margin: 0;
    }
}
/* Media query per riordinare i div sotto i 1024px */
@media (max-width: 1024px) {
    .main {
    	display: flex;
        flex-direction: column;
    }
    /* Il div di destra (login) appare per primo */
    .login-form {
        order: 1;
    }
    /* Il div di sinistra (informazioni) appare per secondo */
    .login-intro {
        order: 2;
    }
    .footer {
        order: 3;
    }
    .title {
    	margin-left: 0.4rem;
    }
}