body {
    font-size: 14px;
    background-color: #f5f5f5;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    -webkit-font-smoothing: antialiased;
}
.wrapper.no-navigation:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(55,55,55,.7);
}
.sign-in-wrapper .sign-in-inner {
    width: 370px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px 50px 20px;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    position: relative;
    border: 0px;
}
.btn.btn-common-page {
  background: #006aa1;
  color: #fff;
  font-size: 13px;
}
.btn.btn-common-page:hover,
.btn.btn-common-page:focus,
.btn.btn-common-page:active,
.btn.btn-common-page.active {
  background: #3085B1;
  color: #fff;
  font-size: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.form-control {
  border-color: transparent;
}
.form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.015), 0 0 3px #006aa1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.015), 0 0 3px #006aa1;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
.form-control:focus {
  background: #fff;
  border-color: #006aa1;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input[type="text"]:focus.dark-input,
input[type="password"]:focus.dark-input,
input[type="email"]:focus.dark-input,
.form-control:focus.dark-input {
  background-color: #14171b;
  border-color: #006aa1;
}
.required-field {
  background-color: transparent;
  font-size: 12px;
  font-weight: bold;
  color: red;
  padding: 3px 5px;
  border-radius: 50em !important;
  -moz-border-radius: 50em !important;
  -webkit-border-radius: 50em !important;
  word-break: keep-all;
}
.alert.alert-danger {
    color: #fff;
    background: #e24e26;
    border: none;
    font-size: 12px;
}
.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.errorlist li {
  font-size: 12px;
}
.errorlist li:before {
  content: "・";
}
