  /* CSS will go here */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        body {
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-attachment: fixed;
        }
        .login-container {
            background-image: linear-gradient(20deg,aliceblue 50%, #eeda38 50%);
            border-radius: 15px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
            width: 90%;
            padding: 28px 0px;
            text-align: center;
            transform-style: preserve-3d;
            margin: 25px auto;
            display: grid;
            grid-template-columns: auto;
        }
        .login-title {
            color: #333;
            font-size: 28px;
            margin-bottom: 30px;
            font-weight: 600;
        }
        .input-group {
            position: relative;
            margin-bottom: 10px;
            float: left;
            width: 100%;
        }
       .input-group label{
            float: left;
            text-indent: 0.5em;
            padding: 4px;
            color: chocolate;
        }
        .input-group input {
            width: 180px;
            padding: 15px;
            border: 1px solid #b99a9a;
            border-radius: 10px;
            font-size: 16px;
            outline: none;
            transition: all 0.3s;
            background-color: #f9f9f9;
        }
        .input-group input:focus {
            border-color: #667eea;
            box-shadow: 0 0 10px rgba(102, 126, 234, 0.3);
        }
        .input-group select {
            width: 100%;
            padding: 15px;
            border: 1px solid #b99a9a;
            border-radius: 10px;
            font-size: 16px;
            outline: none;
            transition: all 0.3s;
            background-color: #f9f9f9;
        }
        .input-group select:focus {
            border-color: #667eea;
            box-shadow: 0 0 10px rgba(102, 126, 234, 0.3);
        }
        .input-group i {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #888;
            font-size: 18px;
        }
        .remember-forgot {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
            font-size: 14px;
        }
        .remember-me {
            display: flex;
            align-items: center;
        }

        .remember-me input {
            margin-right: 8px;
        }

        .forgot-password a {
            color: #667eea;
            text-decoration: none;
        }

        .chk-button {
            width: 180px;
            padding: 15px;
            background: linear-gradient(to right, #667eea, #764ba2);
            border: none;
            border-radius: 10px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }

        .chk-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.6);
        }

        .chk-button:active {
            transform: translateY(1px);
        }

   .scan-button {
       margin: 10px auto;
            width: 180px;
            padding: 15px;
            background: linear-gradient(to right, #456400, #047901);
            border: none;
            border-radius: 10px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }

        .scan-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.6);
        }

        .scan-button:active {
            transform: translateY(1px);
        }

        .save-button {
       margin: 10px auto;
            width: 100%;
            padding: 15px;
            background: linear-gradient(to right, #02004d, #016879);
            border: none;
            border-radius: 10px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }

        .save-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.6);
        }

        .save-button:active {
            transform: translateY(1px);
        }

        .signup-link {
            margin-top: 25px;
            font-size: 14px;
            color: #666;
        }

        .signup-link a {
            color: #667eea;
            text-decoration: none;
            font-weight: 600;
        }

        .powered-by {
          align-items: center;
          gap: 5px;
          font-size: 14px;
          color: #555;
          font-family: sans-serif;
          opacity: 0.8;
          margin-top: 40px;
        }

        .powered-by .logo {
          height: 50px;
          width: auto;
          vertical-align: middle;
        }

        .resp{width: 92%;background-color: #020231;padding: 4% 2%;color: white;margin: 2%;z-index: 999;bottom: 50px;position: fixed;text-align: center;border-radius: 10px;display: none; animation: bottomtotop 1s linear;}
        .ConA{width: 100%; margin: 5px auto;  }
        .qr_resp{width:100%; margin:0 auto; animation: fade-in-move-down 0.7s;}
        .qr_verifiy{width: auto;display:none; height:370px;  margin:10% auto; animation: fade-in-move-down 0.7s;}
        .Context{width: auto; padding: 5px; color: #eee; font-size: 12px; text-align: center;}
        .ContextA{width: auto; padding: 5px; color: white; background: #000; font-size: 18px; text-align: center;}
        .vid-pop{visibility: hidden; top: 0;bottom: 0;left: 0;right: 0;position: fixed;background-color: rgba(0,0,0,0.90);display: flex; justify-content: center; flex-direction: column;}
         .chk-pop{visibility: hidden; top: 0;bottom: 0;left: 0;right: 0;position: fixed;background-color: rgba(0,0,0,0.90);display: flex; justify-content: center; flex-direction: column;}
        
        .dvd{width: 100%;display: grid;grid-gap: 2%;}
        .dvd_left{width: 100%;margin: auto;}
        .dvd_right{width: 100%;margin: 0px auto;}
        .head_by{ {  text-align: center;  margin: 30px auto;}
        .resp{width: 92%;background-color: #020231;padding: 1% 1%;color: white;margin: 2%;z-index: 999;bottom: 50px;position: fixed;text-align: center;border-radius: 10px;display: none; animation: bottomtotop 1s linear;}
        @keyframes bottomtotop { from { opacity: 0; transform: translateY(20px); } to { opacity: 1;}}


        .load_box{ visibility: hidden; top:0px; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,0.9); position: fixed; display: flex; align-items: center; justify-content: center;}
        .loading{border-radius: 15px; border: 2px solid rgb(255, 203, 203); position: absolute;  margin: auto;  display: block;  width: 50px;  height: 50px;  background-color: #092e5e9e;padding: 40px;box-shadow: 1px 9px 10px #0f0f0f;}
        .loading:after{ content: "";  position: absolute; background-color: rgb(255, 12, 0); top: 16px; left: 48%;  height: 22px; width: 4px; border-radius: 5px; -webkit-transform-origin: 50% 97%;      transform-origin: 50% 97%;  -webkit-animation: grdAiguille 2s linear infinite;      animation: grdAiguille 2s linear infinite;}
        @-webkit-keyframes grdAiguille{  0%{-webkit-transform:rotate(0deg);}  100%{-webkit-transform:rotate(360deg);}}
        @keyframes grdAiguille{  0%{transform:rotate(0deg);}  100%{transform:rotate(360deg);}}
        .loading:before{content: "";position: absolute;background-color: #fff;top: 20px;left: 48%;height: 18px;width: 4px;border-radius: 5px;-webkit-transform-origin: 50% 94%;    transform-origin: 50% 94%;-webkit-animation: ptAiguille 12s linear infinite;    animation: ptAiguille 12s linear infinite;}
        @-webkit-keyframes ptAiguille{  0%{-webkit-transform:rotate(0deg);}  100%{-webkit-transform:rotate(360deg);}}
        @keyframes ptAiguille{  0%{transform:rotate(0deg);}  100%{transform:rotate(360deg);}}
  @media (max-width: 600px) {
      .dvd{grid-template-columns: 100%;}
}