@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.containerCont {
        font-family: Montserrat, sans-serif;
        background-color: #181818;
        color: #000;
        margin: 0;
        padding: 0;
      }
      .container {
        max-width: 600px;
        margin: 20px auto;
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        text-align: center;
      }
      .header {
        background: #181818;
        padding: 20px;
        border-radius: 8px 8px 0 0;
        position: relative;
      }
      .header img {
        max-width: 80px;
      }
      .separator {
        height: 2px;
        background: linear-gradient(90deg, #f7941d 0%, #c43219 100%);
      }
      .content {
        padding: 20px;
      }
      h1 {
        background: linear-gradient(180deg, #f7941d 0%, #c43219 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
      }
      .password-box {
        display: inline-block;
        background: #f7941d;
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 5px;
        margin: 20px 0;
        border: 1px solid #e13325;
      }
      .footer {
        background: #181818;
        color: #fff;
        padding: 20px;
        border-radius: 0 0 8px 8px;
        font-size: 14px;
        position: relative;
      }
      .footer a {
        color: #f7941d;
        text-decoration: none;
      }
      .social-icons img {
        width: 24px;
        margin: 0 5px;
      }