Viewing File: /home/cienp/public_html/portal/login.php

<?
    header('Content-type: text/html; charset=ISO-8859-1');
?>
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
        <meta charset="ISO-8859-1">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="icon" href="imagens/favicon.ico" type="image/ico" />

        <title>Administrador CIEnP</title>

        <link href="vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"><!-- Bootstrap -->
        <link href="vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet"><!-- Font Awesome -->
        <link href="vendors/nprogress/nprogress.css" rel="stylesheet"><!-- NProgress -->
        <link href="vendors/iCheck/skins/flat/green.css" rel="stylesheet"><!-- iCheck -->
        <link href="vendors/bootstrap-progressbar/css/bootstrap-progressbar-3.3.4.min.css" rel="stylesheet"><!-- bootstrap-progressbar -->
        <link href="vendors/build/css/custom.min.css" rel="stylesheet"><!-- Custom Theme Style -->
    
    </head>
    <body class="login">
        
        <style>
            body {
                background: #fff !important;
            }
            .esqd {
                width: 50%;
                float: left;
            }
            .esqd img {
                width: 100%;
                height: 950px;
            }
            .dirt {
                width: 50%;
                float: left;
            }
            .logo {
                width: 100%;
                margin: 0 auto;
                display: table;
            }
            .logo img {
                width: 15%;
                margin: 0 auto;
                display: table;
                margin-top: 20%;
            }
            .login_wrapper {
                margin: 0% auto 0;
            }
            .login_form, .registration_form {
                position: relative;
            }
            .login_content form input[type=text], .login_content form input[type=email], .login_content form input[type=password] {
                border-radius: 3px;
                -ms-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,.08) inset;
                -o-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,.08) inset;
                box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,.08) inset;
                border: 1px solid #7aa3d0;
                color: #191e58;
                margin: 0 0 20px;
                width: 100%;
                height: 50px;
            }
            .login_content form input[type=text]:focus, .login_content form input[type=email]:focus, .login_content form input[type=password]:focus {
                -ms-box-shadow: 0 0 2px #ed1c24 inset;
                -o-box-shadow: 0 0 2px #ed1c24 inset;
                box-shadow: 0 0 2px #A97AAD inset;
                background-color: #fff;
                border: 1px solid #125188;
                outline: 0;
            }
            .btn-default {
                color: #f7f7f7;
                background-color: #1b619c;
                border-color: #1a4f7d;
            }
            .btn-default:hover {
                color: #f7f7f7;
                background-color: #1a4f7d;
                border-color: #1a4f7d;
            }
            .login_wrapper {
                max-width: 70%;
            }
            .login_content form input[type=text], .login_content form input[type=email], .login_content form input[type=password] {
                height: 50px;
                border-radius: 0px;
            }
            .login_content form a {
                width: 100%;
                padding: 12px;
                font-size: 15px;
                margin: 0px;
                border-radius: 0px;
            }
            .dirt_text {
                width: 70%;
                margin-left: 15%;
                margin-top:75px;
            }
            .dirt_text p {
                font-size: 22px;
                font-weight: bold;
                color: #1f1d1e;
                padding: 0px;
                margin: 0px;
            }
            .dirt_text span {
                padding: 0px;
                margin: 0px;
                font-size: 15px;
                color: #1f1d1e;
            }
            @media screen and (max-width: 1600px) {
                .esqd img {
                    height: 800px;
                }
            }
            @media screen and (max-width: 1440px) {
                .esqd {
                    width: 60%;
                }
                .dirt {
                    width: 40%;
                }
                .logo img {
                    width: 22%;
                }
                .login_wrapper {
                    max-width: 90%;
                }
                .dirt_text {
                    width: 90%;
                    margin-left: 5%;
                }
            }
            @media screen and (max-width: 769px) {
                .esqd {
                    display: none;
                }
                .dirt {
                    width: 100%;
                }
                .logo img {
                    width: 15%;
                }
            }
            @media screen and (max-width: 767px) {
                .logo img {
                    width: 25%;
                }
                .esqd {
                    display: none;
                }
                .dirt {
                    width: 100%;
                    float: none;
                }
            }
        </style>
        
        <div class="esqd">
            <img src="imagens/bg-cienp5.png" class="img-responsive" alt="BG CIEnP" title="BG CIEnP" />
        </div>
        
        <div class="dirt">
            
            <div class="logo">
                <img src="imagens/logo-site.png" alt="CIEnP Gerenciador de solicitações de compras" title="CIEnP" />
            </div>

            <div class="dirt_text">
                <p>Portal de Software</p>
                <span>Gerenciador de solicitações de compras.</span>
            </div>
            
            <div class="login_wrapper">
                <div class="animate form login_form">
                    
                    <section class="login_content">
                        <form name="form1" method="post" action="check.php">
                            <!--<h1>CIEnP</h1>-->
                            <div>
                                <input type="text" name="login" id="login" class="form-control" placeholder="Login"/>
                            </div>
                            <div>
                                <input type="password" name="senha" id="senha" class="form-control" placeholder="Senha"/>
                            </div>
                            <button type="submit" style="background:transparent; border:0px; width:100%; padding:0px;">
                                <a class="btn btn-default submit">Entrar</a>
                            </button>
                            <div class="clearfix"></div>
<?php
                            if ($_GET[certo] == 'N') {
                                echo "<div class='alert alert-danger alert-dismissible fade in' role='alert' style='margin-top:30px;'>
                                        <button type='button' class='close' data-dismiss='alert' aria-label='Close'><span aria-hidden='true'>x</span></button>
                                        Alerta! Usu&aacute;rio ou senha inv&aacute;lidos!
                                    </div>";
                            }
?>
                        </form>
                    </section>
                    
                </div>
            </div>
            
        </div>
        
        <script src="vendors/jquery/dist/jquery.min.js"></script><!-- jQuery -->
        <script src="vendors/bootstrap/dist/js/bootstrap.min.js"></script><!-- Bootstrap -->
        <script src="vendors/fastclick/lib/fastclick.js"></script><!-- FastClick -->
        <script src="vendors/nprogress/nprogress.js"></script><!-- NProgress -->
        <script src="vendors/bootstrap-progressbar/bootstrap-progressbar.min.js"></script><!-- bootstrap-progressbar -->
        <script src="vendors/iCheck/icheck.min.js"></script><!-- iCheck -->
        <script src="vendors/build/js/custom.min.js"></script><!-- Custom Theme Scripts -->
        
    </body>
</html>
Back to Directory File Manager