 body {
      margin: 0;
      padding:0px 15px;
      font-family: Arial, sans-serif;
      background: #f8f8f8;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      background: #833AB4;
background: linear-gradient(45deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    }
    .container {
      background: #fff;
      padding: 30px;
      border-radius: 15px;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
      max-width: 400px;
      width: 90%;
    }
    h1 {
      color: #e65c00;
      margin-bottom: 10px;
    }
    p {
      color: #555;
      margin-bottom: 20px;
      line-height: 1.5;
    }
    img.qr {
      width: 220px;
      height: 220px;
      border: 2px solid #eee;
      border-radius: 10px;
      margin-bottom: 20px;
    }
    .login_steps{
        list-style-type: decimal;
        padding:0px;
    }
    .login_steps li{
      font-size:0.8rem;
      color: #333;
      text-align:left;
      margin:5px 0px;
    }
    .note {
      font-size: 14px;
      color: #777;
    }
    .login_logo{
        height:150px;
    }