<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <meta name="robots" content="noindex,nofollow">
       <script src="//cdn.jsdelivr.net/npm/sweetalert2@10"></script>
       <link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
       <meta name="viewport" content="width=device-width, initial-scale=1">

    <!-- FAVICONS -->
    <link rel="icon" type="image/png" sizes="16x16" href="public/favicon/logo16.png">
     <link rel="icon" type="image/png" sizes="32x32" href="public/favicon/logo32.png">
     <link rel="icon" type="image/png" sizes="180x180" href="public/favicon/logo180.png">
     <link rel="icon" type="image/png" sizes="192x192" href="public/favicon/logo192.png">
     <link rel="icon" type="image/png" sizes="512x512" href="public/favicon/logo512.png">

  <title>SAFACIL PAY</title></head>

<body>
    <div id="curtain"></div>


<section class="pay">
    

   <div class="form">
        <h2>Invalid request</h2>
        <span>SAFACIL PAY</span>
   <!-- <a href="index.php"><button>BACK</button></a> -->
   </div>
   
    </section>

   
<style>
        body {
  background-color: #06102b;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}


#curtain {
  background-color:  rgba(0, 0, 0, 0.356);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
 }

  /* ======================================================= */
  header {
  background-color: #1d2b55;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 1;
  }
  header .headerContainer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .headerContainer img {
    width: 50px;
    height: 50px;
    object-fit: cover;
  }


  header .headerContainer .container {
    display: flex;
    justify-content: center;
  }
  header .headerContainer .container .fa-bell {
    position: relative;
    left: -20px;
  }
/* =================================================== */
  


.pay {
  background-color: #1d2b55;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 0 2px 0px rgb(41, 50, 129);
  border-radius: 20px;
  margin-top: 100px;
  padding-bottom: 20px;
}
.pay .form {
  display: flex;
  flex-direction: column;
}
.pay .form h2 {
    text-align: center;
    color: red;
}
.pay .form span {
    position: relative;
    align-self: center;
    margin-top:-15px;
    color:#EEBD20ff;
    font-size: 12px;
}

.pay .form a {
    text-align: center;
}
.pay .form button {
    color: #EEBD20ff;
    border: none;
    outline: none;
    font-weight: bold;
    background-color: #06102b;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 80px;
    padding-right: 80px;
}



   /* =========================================== */
   a {
    outline: none;
    text-decoration: none;
}
  
</style>

    </body>
    </html>