body{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    overflow-x: hidden;
    user-select: none;
  
}
#card1,#card2,#card3
{
    display: none;
}
#logo
{
    position: absolute;
    left:15px;
    margin: auto;
}
#loginButton
{
    position: absolute;
    right: 22px;
}
#login
{
      font-size: 19px;
}
li{
    font-size: 14px!important;
    font-weight: 600!important;
   
}
.noPadding
{
    padding: 0% !important;
} 
.container
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    font-size: 15px!important;
    font-weight: bold!important;
}