*{
	margin:0;
	padding:0;
} 
	
html, body{
	height:100%;
	width:100%;
}

body {
	font-family: Open Sans, sans-serif;
	background: #EDEDED;
}

.clearFloat{clear:both;}

.img-responsive{
	width: 100%;
	display: inline-block;
}

#livro_logo{
  width: 400px;
  margin: auto;
  display: block;
}

#login_box{
  width: 500px;
  margin: auto;
  margin-top: 140px;
}

#login_box h1{
	text-transform: uppercase;
	color: #0E3E63;
	font-size: 40px;
	letter-spacing: -2px;
	font-weight: bold;
	text-align: center;
}

#login_box h1 span{
	font-size: 67px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #FFE185;
	font-style: italic;
	letter-spacing: -4px;
}

#loginForm{
	padding: 20px;
	background: rgba(202, 198, 198, 0.3);
	border: 5px solid #FFFFFF;
	-webkit-box-shadow:inset 2px 2px 20px 0 #ABABAB;
	box-shadow:inset 2px 2px 20px 0 #ABABAB;
	text-align: center;
	  margin-top: 15px;
}

#login_box input[type=text], 
#login_box input[type=password] {
	background: #FFF;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 13px 10px;
	width: 300px;
	display: block;
	margin: 10px auto;
	color: #303030;
}

::-webkit-input-placeholder {
   color: #0E3E63;
}

:-moz-placeholder { /* Firefox 18- */
   color: #0E3E63;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #0E3E63;  
}

:-ms-input-placeholder {  
   color: #0E3E63;  
}

#login_box input[type=submit] {
	background: #0E3E63;
	padding: 10px;
	display: block;
	width: 200px;
	color: #FFF;
	border: none;
	cursor: pointer; 
	margin: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#login_box input[type=submit]:hover{
	opacity:0.9;
}

.bot_btn{
	color: #FC1E1E;
	display: inline-block;
	font-size: 12px;
	padding: 20px 0;
}

#createAccount_btn {
	margin-right:20px;
}