@charset "utf-8";
/* CSS Document */

@font-face {
   font-family: GenEiGothicP-Light;
   src: url('../../include/font/GenEiGothicP-Light.otf') format("opentype");
}

body{
	letter-spacing:1px;
	} 
	
.container{
	margin-top: 120px;
	
	}
	 
.headerImg {
    margin-left: 20px;
    height: 42px;
	margin-bottom: 10px;
} 

#titlehead{
	background-color: #457ab9;
	height:60px;
	}

.title{
	font-family: GenEiGothicP-Light;
	padding-top: 14px;
	font-size:24px;
	font-weight:200;
	text-align:center;
	color: #ffffff;
	}  

#form {
	background-color: #F5F5F5;
	width: 360px;
	height: 340px;
	margin: auto;
	box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.2);

	}
	
.inputContent{
	margin-top:30px;
	text-align: center;

	}
	
input{
	width: 300px;
	height: 35px;
	margin-top: 5px;
	
	}
	
input[type="submit"]{
	font-family:GenEiAntiqueTN-M;
	background-color: #457ab9; 
	color: #ffffff;
	font-size:14px;
	cursor:pointer;
	height:40px;
	}

header{
	text-align: center;
	margin-top:30px;
	}
	
.logout{
	font-size:18px;
	font-weight: bold;
	}
	
