@charset "UTF-8";
@import url("reset.css");

/* CSS Document */

a:link,
a:visited,
a:active {
  color: #4a6cb5;
  text-decoration: underline;
}
a:hover {
  color: #618ded;
  text-decoration: underline;
}html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #eff7ff;
}

#mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 380px;
  background: #233b6d url(../img/loginbg-gradation.png) repeat-x bottom;
}

#contents {
  margin: 60px auto 0;
  position: relative;
  z-index: 2;
}
#contents #login-logo {
  text-align: center;
}
#contents #login-box {
  background-color: #eff2f7;
  border: 1px solid #bbbdc1;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  margin: 20px auto 0;
  max-width: 402px;
  padding: 15px;
}
#contents #login-box #forget {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}
#contents #login-box form .loginform {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #9cb2cb;
  margin-bottom: 5px;
  height: 43px;
  background-color: #e2e9f1;
  text-align: left;
  padding-left: 5px;
}
#contents #login-box form input {
  border-style: none;
  border-width: 0px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #274276;
  vertical-align: middle;
}

#login-box #login-button {
  margin-top: 5px;
}
#login-box #login-button a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: 51px;
  overflow: hidden;
  border-radius: 8px;
  background: #3079ea;
  color: #fff;
  line-height: 51px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#login-box #login-button a:active,
#login-box #login-button a:hover {
  background-color: #205fbf;
}

#new-customer-button {
  margin-top: 15px;
}
#new-customer-button a {
  display: block;
  width: 402px;
  margin-right: auto;
  margin-left: auto;
  height: 0px;
  padding-top: 51px;
  overflow: hidden;
  background-image: url(../img/new-customer.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#new-customer-button a:hover {
  background-position: 0px -51px;
}
#new-customer-button a:active {
  background-position: 0px -102px;
}
#new-customer-button a:visited {
  background-position: 0px 0px;
}

#copy {
  margin-top: 10px;
  color: #333333;
  font-size: 12px;
  clear: both;
  text-align: center;
  margin-bottom: 20px;
}
#browser {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #9c9fa5;
  font-size: 12px;
  clear: both;
  text-align: center;
}

@-webkit-keyframes logo {
  0% { opacity: 0; }
  60% { opacity: 0; }
  100% { opacity: 1; }
}
#login-logo {
  animation-name: logo;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
@-webkit-keyframes form {
  0% { opacity: 0; }
  60% { opacity: 0; }
  100% { opacity: 1; }
}
#form-box {
  animation-name: form;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
@-webkit-keyframes new {
  0% { opacity: 0; }
  60% { opacity: 0; }
  100% { opacity: 1; }
}
#step3 {
  animation-name: new;
  animation-duration: 2.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

#atention {
  width: 320px;
  background-color: #000;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  border: 3px solid white;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}
#atention p {
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
}

/** BiND Cloud用ログイン画面 */
a.bindcld_regist {
  position: absolute;
  left: 25%;
}
a.bindcld_regist:link,
a.bindcld_regist:visited,
a.bindcld_regist:hover,
a.bindcld_regist:active {
  color: #ffffff;
}
#copy.bindcld {
  padding-top: 20px;
}
#step3.bindcld {
  position: relative;
  width: 100%;
  padding-top: 20px;
}

#bindcld-regist {
  margin: 20px auto 0;
  padding: 15px;
  max-width: 402px;
  background-color: #fff;
  border: 1px solid #bbbdc1;
  font-size: 12px;
  color: #333;
  text-align: center;
}
#bindcld-regist a {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.5em 1em;
  border-radius: 6px;
  background: #0bc8c0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#bindcld-regist a:hover {
  background: #09a09a;
}
