@import url(https://fonts.googleapis.com/css?family=Montserrat:300,700);@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP);body {
  margin: 0;
}

/* Disable ugly boxes around images in IE10 */

a img {
  border: 0px;
}

ul {
  list-style: none;
}

[v-cloak] {
  display: none;
}

.app-logo,
.app-logo a {
  font-weight: 300;
  color: #d60000;
  font-family: "Noto Sans JP";
}

.app-logo b {
  font-weight: 700;
}

.application.theme--light {
  background: #eeeeee;
}

.bold {
  font-weight: bold !important;
}

.v-btn {
  font-weight: bold;
  line-height: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

body {
  background-color: #eeeeee;
}

.login-page {
  height: auto;
  min-height: 100%;
}

.login-page .application {
  background-color: #eeeeee;
}

.login-box {
  margin-top: -60px;
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
}

.login-logo {
  background-color: #d60000;
  font-size: 35px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 35px 20px;
  position: relative;
  overflow: hidden;
}

.login-logo:before {
  display: none;
}

.login-box-body {
  background-color: #fff;
  padding: 35px;
  color: #666;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
}

.help-block {
  font-size: 12px;
  margin-top: -15px;
}

.help-block strong {
  display: block;
}

.checkbox > label {
  cursor: pointer;
  font-size: 14px;
}

