<!doctype html>
<html class="no-js" lang="en">
<head>
<script type="text/javascript">
if(window.location.protocol != 'https:') {
  location.href = location.href.replace("http://", "https://");
}
</script>
        <meta charset="UTF-8">
    <meta name="keywords" content="sistemas, desenvolvimento, webdevelopment, ssistemas integrados, e-commerce">
    <meta name="description" content="XOOPS is a dynamic Object Oriented based open source portal script written in PHP.">
    <meta name="robots" content="index,follow">
    <meta name="rating" content="general">
    <meta name="author" content="einsoft.com.br">
    <meta name="generator" content="XOOPS">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <!-- disable zoom in mobile devices:
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    -->
    <link href="https://einsoft.com.br/favicon.ico" rel="shortcut icon">
    <link rel="stylesheet" type="text/css" href="https://einsoft.com.br/themes/xswatch/css/bootstrap.min.css">
    <link rel="stylesheet" type="text/css" href="https://einsoft.com.br/themes/xswatch/css/reset.css">
    <link rel="stylesheet" type="text/css" media="all" href="https://einsoft.com.br/themes/xswatch/style.css">
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
	<link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Roboto+Slab'>
    <script src="https://einsoft.com.br/browse.php?Frameworks/jquery/jquery.js"></script>
    <script src="https://einsoft.com.br/themes/xswatch/js/bootstrap.min.js"></script>
    <link rel="alternate" type="application/rss+xml" title="" href="https://einsoft.com.br/backend.php">
    <title>Einsoft - Microsistemas Integrados</title>
    
     <style>
      /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
      * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  background-color:  #990000;
  font-family: "Roboto Slab", serif;
  color: white;
}

.preload * {
  transition: none !important;
}

label {
  display: block;
  font-weight: bold;
  font-size: small;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-bottom: 0.35em;
}

input[type="text"], input[type="password"] {
  width: 100%;
  border: none;
  padding: 0.5em;
  border-radius: 2px;
  margin-bottom: 0.5em;
  color: #333;
}
input[type="text"]:focus, input[type="password"]:focus {
  outline: none;
  box-shadow: inset -1px -1px 3px rgba(0, 0, 0, 0.3);
}

button {
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  border: none;
  border-radius: 2px;
  background-color: #990000;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  color: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}

small {
  font-size: 1em;
}

.login--login-submit {
  float: right;
}

.login--container {
  width: 600px;
  background-color: #990000;
  margin: 0 auto;
  position: relative;
  top: 25%;
}

.login--logo{
		text-align: center;
		padding-top: 50px;
}

.login--toggle-container {
  position: absolute;
  background-color: #990000;
  right: 0;
  line-height: 2.5em;
  width: 50%;
  height: 120px;
  text-align: right;
  cursor: pointer;
  transform: perspective(1000px) translateZ(1px);
  transform-origin: 0% 0%;
  transition: all 1s cubic-bezier(0.06, 0.63, 0, 1);
  backface-visibility: hidden;
}
.login--toggle-container .js-toggle-login {
  font-size: 4em;
  text-decoration: underline;
}
.login--active .login--toggle-container {
  transform: perspective(1000px) rotateY(180deg);
  background-color: #bc1012;
}

.login--username-container, .login--password-container {
  float: left;
  background-color: #990000;
  width: 50%;
  height: 120px;
  padding: 0.5em;
}

.login--username-container {
  transform-origin: 100% 0%;
  transform: perspective(1000px) rotateY(180deg);
  transition: all 1s cubic-bezier(0.06, 0.63, 0, 1);
  background-color: #bc1012;
  backface-visibility: hidden;
}
.login--active .login--username-container {
  transform: perspective(1000px) rotateY(0deg);
  background-color: #990000;
}

footer {
  position: absolute;
  bottom: 12px;
  left: 20px;
}

    </style>

  <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>

</head>
<body class="site-closed-body">
<div class="container">
	<div class='login--logo'>
		<a href="https://einsoft.com.br"><img src='https://einsoft.com.br/themes/xswatch/images/logo.png' /></a>
	</div>
  <div class='preload login--container'>
<form action="https://einsoft.com.br/user.php" method="post">
  <div class='login--form'>
    <div class='login--username-container'>
      <!--label>Usuário</label-->
      <input autofocus name='uname' placeholder='usuário' type='text'>
    </div>
    <div class='login--password-container'>
      <!--label>Senha</label-->
      <input name='pass' placeholder='senha' type='password'>
      <button class='js-toggle-login login--login-submit'>BIRL!</button>
    </div>
               <input type="hidden" name="xoops_redirect" value="/backend.php"/>
                <input type="hidden" name="xoops_login" value="1"/>
  </form>
</div>
  <div class='login--toggle-container'>
    <small>tá saindo o</small>
    <div class='js-toggle-login'>MONSTRO</div>
    <small>da jaula</small>
  </div>
</div>
</div><!-- .container -->
  <script src='https://einsoft.com.br/themes/xswatch/js/jquery.min.js'></script>

    <script src="https://einsoft.com.br/themes/xswatch/js/index.js"></script>

</body>
</html>