@charset "UTF-8";
a {
  color: #f26d80; }

/**/
.btn-primary {
  background-color: #f26d80;
  border-color: #f0566c; }
  .btn-primary:focus, .btn-primary:hover, .btn-primary:active {
    background-color: #f0566c !important;
    border-color: #f0566c !important; }

#login {
  width: 400px;
  padding: 15px;
  margin: 0 auto;
  background-color: #fafafa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  /* Safari逕ｨ */
  transform: translate(-50%, -25%); }
  @media (max-width: 767px) {
    #login {
      width: 90%; } }
  #login h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px; }
  #login .btn {
    padding-top: 5px;
    padding-bottom: 5px; }

.login-input {
  position: relative; }
  .login-input label {
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 16px;
    color: #ccc;
    text-shadow: 1px 1px #fff; }
  .login-input input {
    background-color: #eee;
    margin-bottom: 15px;
    padding-left: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 40px;
    line-height: 40px; }

.login-check {
  margin-top: 10px; }

/*# sourceMappingURL=login.css.map */
