/* layout */
body,p,form,input{margin: 0}



#title {
  width: 400px;
  margin: 30px auto;
  padding: 40px 0px 20px 0px;
  font-family: Arial;
  font-size: 42px;
  color: #001f5b;
  text-algin: center;
  font-weight: bold;
}

#form {
  width: 400px;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #555;
}
 
form p {
    font-size: 14px;
}
 
.form-title {
  text-align: center;
}

.mail,.pass {
  margin-bottom: 20px;
}
 
input[type='text'],
input[type='password'] {
  width: 94%;
  padding: 4px;
  font-size: 14px;
}

input.email {
  width: 300px;
  padding: 4px;
  font-size: 14px;
}
     
.submit {
  text-align: right;
}
 
/* font */
#form p {
  color: #001f5b;
/*  font-weight: bold; */
  font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
 
#form .form-title{
  font-family: Arial;
  font-size: 30px;
  color: #001f5b;
}
 
/* skin */
#form{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px #001f5b;
  -moz-box-shadow: 0px 2px 5px #001f5b;
  box-shadow: 0px 2px 5px #001f5b;
  border: solid #001f5b 1.5px;
  background: #fafafa;
}

#form input {
  border: solid #001f5b 1.5px !important;
} 

#form .form-title{
  padding-bottom: 6px;
  border-bottom: 2px solid #001f5b;
  margin-bottom: 20px;
}

#form {
  padding-top: 30px !important;
  margin-top: 60px !important;
}
 
.submit input {
  font-family: Arial;
  color: #fff !important;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 8px 6px #001f5b;
  -moz-box-shadow: 0px 8px 6px #001f5b;
  box-shadow: 0px 8px 6px #001f5b;
  border: solid #001f5b 2px !important;
  background:  #001f5b !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#61c7e0), to(#418da8));
  background: -moz-linear-gradient(top, #61c7e0, #418da8);
}
.submit input:hover {
  opacity: 0.8;
}

a.btn {
  background-color: #001f5b;
  border-radius: 3px;
  padding: 3px 15px 3px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 90%;
  margin-top: 20px !important;
  margin-right: 40px;
  display: inline-block;
}
a.btn:hover {
  opacity: 0.8;
}
