@charset "UTF-8";
/* line 1, index.scss */
* {
  box-sizing: border-box; }

/* line 5, index.scss */
body {
  font-family: "Open Sans", sans-serif;
  height: 98vh;
  background: url("../images/top_body_background.png") -60% fixed;
  background-size: cover;
  padding: 15px 15px 10px 15px; }

@keyframes spinner {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(359deg); } }
/* line 23, index.scss */
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(4, 40, 68, 0.85); }

/* line 33, index.scss */
.login {
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); }
  /* line 42, index.scss */
  .login.loading button {
    max-height: 100%;
    padding-top: 50px; }
    /* line 45, index.scss */
    .login.loading button .spinner {
      opacity: 1;
      top: 40%; }
  /* line 50, index.scss */
  .login.ok button {
    background-color: #8bc34a; }
    /* line 52, index.scss */
    .login.ok button .spinner {
      border-radius: 0;
      border-top-color: transparent;
      border-right-color: transparent;
      height: 20px;
      animation: none;
      transform: rotateZ(-45deg); }
  /* line 61, index.scss */
  .login input {
    display: block;
    padding: 15px 10px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ddd;
    transition: border-width 0.2s ease;
    border-radius: 2px;
    color: #ccc; }
    /* line 70, index.scss */
    .login input + i.material-icons {
      color: #fff;
      font-size: 20px;
      position: absolute;
      margin-top: -44px;
      opacity: 0;
      left: 0;
      margin-left: -2px;
      transition: all 0.2s ease-in; }
    /* line 80, index.scss */
    .login input:focus {
      outline: none;
      color: #444;
      border-color: rgba(4, 40, 68, 0.85);
      border-left-width: 35px; }
      /* line 85, index.scss */
      .login input:focus + i.material-icons {
        opacity: 1;
        left: 30px;
        transition: all 0.25s ease-out; }
  /* line 92, index.scss */
  .login a {
    font-size: 0.8em;
    color: #434b5b;
    text-decoration: none; }
  /* line 97, index.scss */
  .login .title {
    color: #444;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
  /* line 107, index.scss */
  .login button {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    background: #f16767;
    color: #fff;
    display: block;
    border: none;
    margin-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 60px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 2px 2px;
    transform: rotateZ(0deg);
    transition: all 0.1s ease-out;
    border-bottom-width: 7px; }
    /* line 125, index.scss */
    .login button .spinner {
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      border: 4px solid #ffffff;
      border-top-color: rgba(255, 255, 255, 0.3);
      border-radius: 100%;
      left: 50%;
      top: 0;
      opacity: 0;
      margin-left: -20px;
      margin-top: -20px;
      animation: spinner 0.6s infinite linear;
      transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
      box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); }
  /* line 144, index.scss */
  .login:not(.loading) button:hover {
    box-shadow: 0px 1px 3px #f16767; }
  /* line 147, index.scss */
  .login:not(.loading) button:focus {
    border-bottom-width: 4px; }

/* line 153, index.scss */
footer {
  display: block;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  width: 200px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
  color: #ddd;
  font-weight: normal;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  font-size: 0.8em; }
  /* line 167, index.scss */
  footer a {
    color: #fff;
    text-decoration: none; }
    /* line 170, index.scss */
    footer a:link {
      color: #fff;
      text-decoration: none; }

/* line 177, index.scss */
.state {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic !important;
  font-weight: bold; }

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