.landing-page {
    background-image: url('img/landing-background.jpg');
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 1;
    z-index: 2;
}

.login-page {
    background-image: url('img/login-background.png');
    background-size: cover;
    position:absolute;
    top:0; left:0; width:100%; height:100%;   
    overflow: auto;
    position:fixed;
    overflow-y:scroll;
    opacity:1;
    z-index:2;
}

.signin-page {
    background-image: url('img/signin-background.png');
    background-size: cover;
    position:absolute;
    top:0; left:0; width:100%; height:100%;   
    overflow: auto;
    text-align: center;
    display: grid;
    justify-items: center;
    position:fixed;
    overflow-y:scroll;
    opacity:1;
    z-index:2;
}

#modificaUtente {
    background-image: url('img/signin-background.png');
    background-size: cover;
    position:absolute;
    top:0; left:0; width:100%; height:100%;   
    overflow: auto;
    text-align: center;
    display: grid;
    justify-items: center;
}

.home-page {
    background-image: url('img/landing-background.jpg');
    background-size: cover;
    background-position: fixed;
    min-height: 100vh;
}

#newsGrande{
    background-image: url('img/signin-background.png');
    height: 20rem;
    width: 10rem;
}

div.slide{
    position:fixed;
    top:0; left:0; width:100%; height:100%;
    overflow-y:scroll;
    opacity:0;
    transition:opacity 0.4s;
}

div.slide.hidden{
    opacity:0;
    z-index:1;
}

div.slide.visible{
    opacity:1;
    z-index:2;
}

#logo-gcf {
    position: relative;
    width: 60rem;
    height: auto;
    margin-top: 12%;
    filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.7));
}

#logo-lpg {
    position: absolute;
    top: 0;
    left: 0;
    width: 17rem;
    height: auto;
}

.bottone {
    margin-top: 3rem;
    position: relative;
    font-weight: bold;
    color: white;
    background: #7f00ff;
    border: none;
    border-radius: 25px;
    cursor: pointer; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    width: 10rem;
    height: 3rem;
    transition: all 0.5s ease;
    font-size: 1rem;
}
#bottoneReg{
    margin-top: 3rem;
    margin-bottom: 1rem;
    position: relative;
    font-weight: bold;
    color: white;
    background: #7f00ff;
    border: none;
    border-radius: 25px;
    cursor: pointer; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    width: 10rem;
    height: 3rem;
    transition: all 0.5s ease;
    font-size: 1rem;
}
.bottone:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.5);
    transform: scale(1.05); 
}
#bottoneReg:hover{
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.5);
    transform: scale(1.05); 
}

#login-box {
    text-align: center;
    background-color: rgba(0, 2, 117, 0.582);
    width: 30rem;
    height: 33rem;
    position: absolute;
    right: 5rem;
    top: 7rem;
    border-radius: 20px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

#signin-box {
    text-align: center;
    background-color: rgba(0, 2, 117, 0.582);
    width: 50rem;
    height: 37.5rem;
    margin-top: 3rem;
    border-radius: 20px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

#modify-box {
    text-align: center;
    background-color: rgba(0, 2, 117, 0.582);
    width: 50rem;
    height: 30rem;
    margin-top: 7rem;
    border-radius: 20px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

#bottoneMod{
    margin-top: 3rem;
    margin-bottom: 1rem;
    position: relative;
    font-weight: bold;
    color: white;
    background: #7f00ff;
    border: none;
    border-radius: 25px;
    cursor: pointer; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    width: 10rem;
    height: 3rem;
    transition: all 0.5s ease;
    font-size: 1rem;
}

#bottoneMod:hover{
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.5);
    transform: scale(1.05); 
}

#portofolio, #indici, #news{
    margin: 0.5rem;
    background-color: rgba(0, 2, 117, 0.582);
    border-radius: 20px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
}

.logo-login {
    width: 20rem;
    height: auto;
    margin-top: 1rem;
}

.sign{
    width: 20rem;
    height: 2rem;
    border-radius: 10px;
    border: none;
    padding-left: 1rem;
    background-color: lightgrey;
}
.selectsign{
    width: 21rem;
    height: 2rem;
    border-radius: 10px;
    border: none;
    padding-left: 1rem;
    background-color: lightgrey;
}
.login {
    width: 96%;
    height: 2rem;
    border-radius: 10px;
    border: none;
    padding-left: 1rem;
    background-color: lightgrey;
}
table{
    width:100%;
}


.stock{
    background: #11007c;
    border-radius: 20px;
    color: white;
    padding: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 45rem;
}

.indice{
    display: flex;
    min-width: 15rem;
    max-width: 24rem;
    padding: 0;
    border-radius: 2rem;
    text-align:center;
    font-size: 1rem;
    font-weight: bold;
    min-height: 5rem;
    max-height: 7rem;
}

#primoPiano{
    background-image: url('img/signin-background.png');
    background-size: cover;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 65%;
}

#menoImportante{
    display: flex;
    background: #00000020;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    max-width: 50%;
    max-height: 50rem;
}

#tabMenoImportante > li{
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 10px;
    font-size: 1rem;
}


.selectsign{
    width: 21rem;
    height: 2rem;
    border-radius: 10px;
    border: none;
    padding-left: 1rem;
    background-color: lightgrey;
}
.login {
    width: 96%;
    height: 2rem;
    border-radius: 10px;
    border: none;
    padding-left: 1rem;
    background-color: lightgrey;
}
table{
    width:100%;
}

#assetPag{
    padding: 1vh;
    padding-bottom: 0;
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url('img/signin-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

#sinistra, #destra{
    background-color: rgba(0, 2, 117, 0.582);
    border-radius: 20px;
    padding: 1vh;
    position: absolute;
    top: 9vh;
}

#sinistra > button{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    background: transparent;
    border: none; width:100%;
    font-size: 1vw;
    text-align: left;
    padding: 1vh;
}

#sinistra > button:hover{
    background: #00000020;
}
#sinistra > hr{
    margin: 0;
}

#sinistra{
    width: 17vw;
    overflow-y: auto;
    height: 136.5vh;
}

#destra{
    left: 19.5vw;
    width: 78vw;
    padding-left: 1vw;
}

.infoStock{
    background: #1712a8;
    padding: 1vh;
    margin-bottom: 1vh;
    margin-top: 1vh;
    border-radius: 20px;
}

::-webkit-scrollbar {
  width: 0.7rem;
}

::-webkit-scrollbar-track {
  background: #080f67;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb {
  background: #6c2dca;
  width: 0.5rem;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
  background: #b146c6;
  width: 0.5rem;
  border-radius: 15px;

}
