h2{
      font-family: 'Open Sans', serif;;
      font-size: 22px;
      color:#666666;
      text-align:center;
  }
html {
    height: 100%;
  }
  body {
    margin:0;
    padding:0;
    font-family: sans-serif;
    background: url('../public/bg-access-ejournal.jpg') center no-repeat;
    -webkit-background-size: cover;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
  }
  #html_element{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding-bottom: 25px;
  }
  .login-logo{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 280px;
        height: 155px;
        margin: 0 auto;
  }
  .login-logo img{
    width: 280px;
    height: 155px;
    margin: 0 auto;
    padding-bottom: 25px;
}
  .login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    padding: 40px;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0,0,0,.6);
    border-radius: 10px;
  }
  
  .login-box h2 {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
  }
  
  .login-box .user-box {
    position: relative;
  }
  
  .user-box input {
	padding: 12px 10px;
	margin-left: -15px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	font-size: 15px;
	width: 290px;
	outline: none;
	background: none repeat scroll 0 0 #fefefe;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	color: #666666;
	display: block;
}

.user-box input:active {
	border: 1px solid #F90;
}
  
.login-box form a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #eeeeee;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
  }
  
.login-box button {
    display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
	background: #253988;
	margin-top:15px;
	padding: 10px 20px;
	font-size: 18px;
	border: 0;
	letter-spacing: 1px;
	color: #333;
	width: 310px;
	margin-left: -15px;
	/*	-moz-box-shadow: 1px 1px 3px #222;
	-webkit-box-shadow: 1px 1px 3px #222;
	box-shadow: 1px 1px 3px #222;*/
	cursor: pointer;
}
.login-box button:default {
 background: #253988;
 color: #fff;
}
.login-box button:active {
	background:#F90;
	color: #ffe;
}

.login-text{
    font-family: 'Open Sans', serif;;
    font-size: 14px;
    color:#b0b0b0;
    text-align:center;
}
.login-text a{
    color:#b0b0b0;
}

.login-text .contact{
    float: left;
    text-align: left;
}

.login-text .manual{
    float: right;
}
