@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

*{
  padding: 0;
  margin: 0;
  text-decoration: none;
}

body{
    font-family: 'Poppins', sans-serif;
 background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;


}

.navbar1_component-2 {

}

.zgm_logo {
  margin-left: 2em;
}
.divMenueLeft {
            background-color: rgba(255, 255, 255, 0.97);
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            text-align: left;
            width: 100%;
            max-width: 15vw;
            margin-left:2em;
           min-height: 80vh;
            margin-top: 60px;
}
.divMenue {
            background-color: rgba(255, 255, 255, 0.97);
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
            width: 100%;
            max-width: 20vw;
            margin-left:2em;
           min-height: 80vh;
            margin-top: 60px;
}

.divData {
            background-color: rgba(255, 255, 255, 0.97);
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
         /*   text-align: center; */
            min-width: 80vw;
            min-height: 80vh;
            max-width: 80vw;
            margin-right: 2em;
           /* position: relative;   */
            margin-top: 60px;
}

        .login-container {
            background-color: rgba(255, 255, 255, 0.97);
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
            width: 100%;
            max-width: 800px;
            position: relative;
            margin-top: 60px;
        }
        .login-container h2 {
            margin-bottom: 20px;
        }

        .login-container input {
            width: 100%;
            padding: 12px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
        }
        .login-container input:focus {
            border-color: #027a70;
            outline: none;
            box-shadow: 0 0 5px rgba(2, 122, 112, 0.5);
        }
    .lineColor, .loginText{
      color: #027a70;
    }

    .lineBig {
      color: #027a70;
      border-width: 5px;
    }

    .ausbl{
      display: none;
    }



        .login-container button {
            background-color: #027a70;
            color: white;
            border: none;
            padding: 14px;
      margin-top: 20px;
            width: 100%;
            border-radius: 5px;
            font-size: 18px;
            cursor: pointer;
            transition: background 0.3s;
        }
        .login-container button:hover {
            background-color: #025a56;
        }
        .login-container p {
            margin-top: 10px;
        }
        .login-container a {
            color: #027a70;
            text-decoration: none;
        }


/*------------ Login container ------------*/

.box-area{
    width: 930px;
}

/*------------ Right box ------------*/

.right-box{
    padding: 40px 30px 40px 40px;
}

/*------------ Custom Placeholder ------------*/

::placeholder{
    font-size: 16px;
}

.rounded-4{
    border-radius: 20px;
}
.rounded-5{
    border-radius: 30px;
}

.table1{

}

.table1 th{
  background-color: #3399CC;
   position: sticky;
   top: 0;
   color: rgb(255, 255, 255);
   z-index: 99;
}


/*------------ For small screens------------*/

@media only screen and (max-width: 768px){

     .box-area{
        margin: 0 10px;

     }
     .left-box{
        height: 100px;
        overflow: hidden;
     }
     .right-box{
        padding: 20px;
     }

}