/* 全般設定 */
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);

/* Simple Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }

/* body */
body {
  background: url('../img/login_backimage.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #5e5e5e;
  font: 400 87.5%/1.5em 'Open Sans', sans-serif;
}

/* Form Layout */
.form-wrapper {
  margin: 10em auto 10em auto;
  padding: 0 1em;
  max-width: 500px;
  border-radius: 0px;
}

h1 {
  text-align: center;
  padding: 0.5em 0;
  color:#444;
}

form {
  padding: 1.5em;
}

input {
  margin-bottom: 0.75em;
  width: 100%;
  border:1px solid #ccc !important;
  border-radius: 2px;
}

input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
  padding-left:10px;
  text-align: center;
}

input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.button-panel {
  margin: 2em 0 0;
  width: 100%;
}

#form_submit {
  background: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 40%;
  margin-bottom: 0px !important;
  margin-top:10px;
}

#city-image{
  margin-bottom:15px;
  margin-top:15px;
  opacity:0.5;
  width:100%;
  height:70px;
  background-image:url(/assets/img/back_middle.jpg);
  background-position: top center;
}
.button:hover {
  background: #ee3e52;
}

.form-footer {
  font-size: 1em;
  padding: 1.5em 0;
  text-align: center;
}

.form-footer a {
  color: #222;
  transition: border-color 0.3s;
}

.form-footer a:hover {
  border-bottom: 1px dotted #8c8c8c;
}
table{
  width:100%;
}
input[type="button"],input[type="submit"] {
  -webkit-appearance: none;
}
