/* @override http://localhost/algolynx/bs/css/login.css */

@charset "utf-8";

/* @group 背景 */

.login-catch {
  position: fixed;
  left: 0;
  top: -webkit-calc(50% - 100px);
  top: calc(50% - 100px);
  text-align: center;
}

.login-catch img {
  width: 70%;
  max-width: 600px;
}

.bg,
.bg-in {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 300px;
  background-color: #059;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-in {
  transition: filter 0.8s;
}

.bg-thumbs {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background-color: rgba(0, 0, 0, .5);
}

/* @end */

/* @group インフォ */

.login-info {
  position: fixed;
  left: 0;
  top: 5%;
  text-align: center;
}

.login-info-inner {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 20px;
  font-size: 16px;
  color: #059;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 25px;
  background: rgba(255, 255, 255, .9);
}

.login-info-date {
  margin-left: 8px;
  opacity: .5;
}

.help-block{
  color: #000;
}

.help-block p{
  text-indent:-1em;
  padding-left: 1em;
}

/* @end */

/* @group ピックアップ */

/* @group フレーム */

.login-pickup-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: -webkit-calc(100% - 160px);
  height: calc(100% - 160px);
}

.login-pickup,
.login-pickup-detail {
  position: absolute;
  left: -webkit-calc(50% - 420px);
  left: calc(50% - 420px);
  top: -webkit-calc(50% - 175px);
  top: calc(50% - 175px);
  width: 400px;
  height: 350px;
  padding: 20px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 20px rgba(0, 0, 0, .25);
}

.login-pickup-detail {
  left: -webkit-calc(50% + 20px);
  left: calc(50% + 20px);
}

/* @end */

/* @group アイコン */

.login-pickup-icon {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 30px 0 0 0;
}

.login-pickup-icon span {
  position: absolute;
  left: -70px;
  top: -70px;
  width: 140px;
  height: 140px;
  padding-top: 115px;
  padding-bottom: 10px;
  font-size: 15px;
  font-family: Oswald;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #f00;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* @end */

.login-pickup-inner {
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

/* @group タイトル */

.login-pickup .login-pickup-inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.login-pickup-title {
  position: absolute;
  bottom: 0;
  padding: 140px 15px 10px 15px;
  font-size: 15px;
  font-weight: bold;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
  background:    -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
  background:     -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
  background:         linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}

/* @end */

/* @group 本文 */

.login-pickup-detail .login-pickup-inner {
  color: #fff;
  padding: 20px;
  font-size: 15px;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  text-align: justify;
  background-color: rgba(0, 33, 66, .9);
}

.login-pickup-more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 0 30px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #036;
  cursor: default;
  border-radius: 0 0 30px 30px;
  background-color: #fff;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9) 40%, rgba(255, 255, 255, 1) 75%);
  background:    -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9) 40%, rgba(255, 255, 255, 1) 75%);
  background:     -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9) 40%, rgba(255, 255, 255, 1) 75%);
  background:         linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9) 40%, rgba(255, 255, 255, 1) 75%);
}

/* @end */

/* @end */

/* @group サムネイル */

.login-thumbs {
  position: fixed;
  left: 0;
  bottom: 0;
}

.login-thumbs-list-wrapper {
  position: absolute;
}

.login-thumbs-list-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

/* @group リスト */

.login-thumbs-list {
  float: left;
}

.login-thumbs-list:after {
  content: '';
  display: block;
  clear: both;
}

.login-thumbs-item {
  position: relative;
  float: left;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.login-thumbs-item:hover {
  border-color: rgba(255, 255, 255, .5);
}

.login-thumbs-a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .5);
  background-color: transparent;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
  background:    -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
  background:     -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
  background:         linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
  transition: box-shadow 0.3s;
}

.login-thumbs-a.selected {
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px rgba(255, 255, 233, .5);
}

.login-thumbs-a:hover {
  box-shadow: 0px 0px 20px rgba(255, 255, 255, .5);
}

.login-thumbs-a span {
  position: absolute;
  display: block;
  bottom: 10px;
  height: 40px;
  padding: 0 15px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 20px;
  color: #fff;
}

/* @end */

/* @group 前後ナビ */

a.login-thumbs-prev,
a.login-thumbs-next {
  position: absolute;
  width: 40px;
  height: 64px;
  line-height: 0;
  font-size: 64px;
  font-weight: normal;
  text-align: center;
  color: rgba(255, 255, 255, .7);
  transition: color 0.2s;
}

a.login-thumbs-prev {
  left: 10px;
}

a.login-thumbs-next {
  right: 10px;
}

a.login-thumbs-prev:hover,
a.login-thumbs-next:hover {
  color: rgba(255, 255, 255, 1);
}

/* @end */

/* @group ポップアップ */

.login-thumbs-popup {
  display: none;
  position: fixed;
  text-align: center;
}

.login-thumbs-popup span {
  display: inline-block;
  max-width: 95%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: normal;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, .7);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* @end */

/* @end */

/* @group 右バー */

/* @group フレーム */

.login-bar {
  z-index: 1;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 400px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .25);
  background-color: #fff;
  transition: width 0.2s;
}

.login-bar-inner {
  overflow: auto;
  height: 100%;
}

.login-form {
  padding: 0 30px;
  text-align: left;
}

.login-msg {
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #f00;
}

/* @end */

/* @group フォーム */

.login-input {
  margin: 10px 0;
}

.login-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: bottom;
  color: #059;
}

.login-title span {
  padding-right: 5px;
  font-size: 22px;
  font-family: 'Oswald';
  font-weight: 500;
  vertical-align: bottom;
}

.login-form input[type=text],
.login-form input[type=password] {
  padding: 7px;
  font-size: 17px;
  font-weight: normal;
  color: #036;
  border-radius: 5px;
  border-color: #AABBDD;
  background-color: #F5F6FA;
}

.login-form input[type=text].has-error,
.login-form input[type=password].has-error {
  border-color: #f00;
  background-color: #fff9f9;
}

.login-keep {
  margin: 5px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  color: #059;
}

.login-btn {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  border-color: #048;
  background-color: #059;
  background: -webkit-linear-gradient(top, #059, #048);
  background:    -moz-linear-gradient(top, #059, #048);
  background:     -ms-linear-gradient(top, #059, #048);
  background:         linear-gradient(top, #059, #048);
  transition: all 0.25s;
}

.login-btn:hover {
  border: 3px solid rgba(255, 255, 255, .5);
  background-color: #059;
}

/* IEのパスワード表示ボタンを非表示 */
::-ms-reveal {
  display: none;
}

/* @end */

/* @group ログインできないとき */

.login-help {
  margin-top: 40px;
}

.login-help a {
  font-size: 16px;
  line-height: 1.3px;
  color: #059;
}

/* @end */

/* @group コピーライト */

.login-copyright {
  padding: 30px 30px 10px;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
  color: #036;
}

.login-copyright.fixed {
  position: absolute;
  padding: 0 30px;
  bottom: 10px;
  width: 100%;
}

/* @end */

/* @end */
