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

<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <meta charset="utf-8">
        <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: 75%;
                float: left;
            }
            .esqd img {
                width: 100%;
                min-height: 100%;
                height: auto;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }
            .dirt {
                width: 25%;
                float: left;
            }
            .logo {
                width: 100%;
                margin: 0 auto;
                display: table;
            }
            .logo img {
                width: 20%;
                margin: 0 auto;
                display: table;
                margin-top: 45%;
            }
            .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;
            }
            @media screen and (max-width: 1280px) {
                .logo img {
                    width: 10%;
                    margin: 10% 45% 2% 45%;
                }
            }
            @media screen and (max-width: 769px) {
                .logo img {
                    width: 15%;
                    margin: 20% 42.5% 2% 42.5%;
                }
            }
            @media screen and (max-width: 767px) {
                .logo img {
                    width: 30%;
                    margin: 25% 35% 0% 35%;
                }
                .esqd {
                    display: none;
                }
                .dirt {
                    width: 100%;
                    float: none;
                }
            }
        </style>
        
        <div class="esqd">
            <img src="imagens/bg-cienp.jpg" class="img-responsive" alt="BG CIEnP" title="BG CIEnP" />
        </div>
        
        <div class="dirt">
            
            <div class="logo">
                <img src="imagens/logo-site.png" alt="Commix Soluções Digitais" title="Commix Soluções Digitais" />
            </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>
                            <div>
                                <button type="submit" style="background: transparent; border: 0px;">
                                    <a class="btn btn-default submit">Entrar</a>
                                </button>
                            </div>
                            <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