/* line 1, /app/app/assets/stylesheets/login.scss */
html, body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: sans-serif;
}

/* line 9, /app/app/assets/stylesheets/login.scss */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}

/* line 15, /app/app/assets/stylesheets/login.scss */
#vbox {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 20, /app/app/assets/stylesheets/login.scss */
#login-container {
  position: relative;
  text-align: left;
  width: 1396px;
  height: 768px;
  background: url(/assets/japan_womens_university_back_h768-7ec933ad51669a55652994031ce085362161f6e5ad81d2faecff9df9dae89a69.jpg) no-repeat;
  display: inline-block;
  overflow: hidden;
}

/* line 29, /app/app/assets/stylesheets/login.scss */
#content {
  display: block;
  width: 290px;
  padding: 0px;
  top: 300px;
  left: 552px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1420px) {
  /* line 39, /app/app/assets/stylesheets/login.scss */
  #login-container {
    width: 1200px;
    background-position: -100px;
  }

  /* line 43, /app/app/assets/stylesheets/login.scss */
  #content {
    left: 452px;
  }
}
@media (max-width: 1220px) {
  /* line 46, /app/app/assets/stylesheets/login.scss */
  #login-container {
    width: 1000px;
    background-position: -200px;
  }

  /* line 50, /app/app/assets/stylesheets/login.scss */
  #content {
    left: 352px;
  }
}
@media (max-width: 1020px) {
  /* line 53, /app/app/assets/stylesheets/login.scss */
  #login-container {
    width: 900px;
    background-position: -250px;
  }

  /* line 57, /app/app/assets/stylesheets/login.scss */
  #content {
    left: 302px;
  }
}
@media (max-width: 600px) {
  /* line 60, /app/app/assets/stylesheets/login.scss */
  body {
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0% 0 0;
    transform: scale(0.8);
    transform-origin: top 100%;
  }

  /* line 66, /app/app/assets/stylesheets/login.scss */
  #login-container {
    width: 470px;
    background-position: -486px;
  }

  /* line 70, /app/app/assets/stylesheets/login.scss */
  #content {
    left: 62px;
  }
}
/* line 72, /app/app/assets/stylesheets/login.scss */
label {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 2px;
}

/* line 77, /app/app/assets/stylesheets/login.scss */
.form-group {
  margin-top: 8px;
}

/* line 78, /app/app/assets/stylesheets/login.scss */
.user_username, .user_password {
  clear: both;
}

/* line 81, /app/app/assets/stylesheets/login.scss */
input[type="text"], input[type="email"], input[type="password"] {
  width: 204px;
  font-size: 14px;
  height: 20px;
  border: 1px solid gray;
  padding-left: 4px;
  margin-left: 5px;
  float: right;
  border-color: #ccc;
}

/* line 91, /app/app/assets/stylesheets/login.scss */
.alert {
  clear: both;
  color: #FF1D45;
  font-weight: bold;
  text-align: center;
}
/* line 96, /app/app/assets/stylesheets/login.scss */
.alert .close {
  display: none;
}

/* line 98, /app/app/assets/stylesheets/login.scss */
.login-btn {
  float: right;
  width: 117px;
  height: 29px;
  white-space: nowrap;
  text-align: center;
  background: url(/assets/btn_h768-5597e8524f66d4a5a938295228deba036aabd1a8d06dffa1868d210e79b9417f.png) no-repeat;
  border: none;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 24px;
  color: white;
  text-decoration: none;
  margin-bottom: 1em;
  margin-top: 10px;
  margin-right: -3px;
}
/* line 117, /app/app/assets/stylesheets/login.scss */
.login-btn img {
  vertical-align: middle;
  margin-right: 4px;
}

/* line 122, /app/app/assets/stylesheets/login.scss */
label input[type="checkbox"] {
  vertical-align: middle;
}

/* line 125, /app/app/assets/stylesheets/login.scss */
.form-actions {
  margin-top: 12px;
}

/* line 128, /app/app/assets/stylesheets/login.scss */
#new_user {
  margin-top: 0;
}

/* line 131, /app/app/assets/stylesheets/login.scss */
.message-box {
  margin-top: 100px;
}

/* line 132, /app/app/assets/stylesheets/login.scss */
hr, button[type='reset'] {
  display: none;
}

/* line 133, /app/app/assets/stylesheets/login.scss */
.user_remember_me {
  float: left;
}

/* line 134, /app/app/assets/stylesheets/login.scss */
#copyright {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
