/*!
 *   AdminLTE v2.4.5
 *   Author: Koplar
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
 */
/*
 * Core: Auth Style
 * -------------------------
 */

 .header{
    width: 100%;
    position: fixed;        
    background: rgb(52, 3, 97);
    color: #fff;
    top: 0;
    position: inherit;
    height: 60px;
    margin-bottom: 50px;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    border: 1px solid;
    border-color: #ddd;
  }

  .login-page, .register-page {
      background: #f5f5f5;
  }

  .login-box {
    border: 1px solid;
    border-color: #ddd;
    margin-top: unset;
    position: relative;
  }

  .login-box-body {
    margin-top: unset;
  }

  .logo {
    padding: 7px 10px 0 10px;
    margin-top: 0px;
    float: left;
    vertical-align: middle;
  }
  
  .imglogo {
	height:40px; 
	width:auto
  }

  .logoapp {
    padding-left: 10px;
    float: left;
    vertical-align: middle;
    border-left: 3px solid;
    border-left-color: #fff;
  }
  
  .imglogin {
	width: 73px; 
	height: 73px;
	font-size:3em; 
	text-align:center; 
	vertical-align:center; 
	border-color:#f00;
  }