html, body {
  font-family: 'Avenir Next',sans-serif;
  padding: 0;
  border: 0;
  margin: 0;
  overflow-x: hidden;
}
.ichigo {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
}
.banner {
  text-align: center;
  width: 100%;
}

#login_main {
  width: 100%;
}

section.login_info {
  padding: 0.5rem;
  width: 100%!important;
  text-align:center;
}

div.email {
  margin-top: 50px;
}

div.holder {
  display: inline-block;
}

input.input_default {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 100%;
/*    width: 100%; */
  padding: 15px 15px 15px 45px;
  display: block;
  border: 2px #bbb solid;
  font-size: 16px;
  background-color: #fff;
}

label.label_icon::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: calc(50% - 6rem);
  top: calc(50% - 10px);
  font-size: 20px;
  z-index: 2;
  color: #aaa;
}

label.mail::before {
  content: "\e900";
}

label.pswd::before {
  content: "\e903";
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icon/icomoon.eot?gflhyc");
  src: url("../fonts/icon/icomoon.eot?gflhyc#iefix") format("embedded-opentype"), url("../fonts/icon/icomoon.ttf?gflhyc") format("truetype"), url("../fonts/icon/icomoon.woff?gflhyc") format("woff"), url("../fonts/icon/icomoon.svg?gflhyc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  label.label_icon::before {
    left: calc(50% - 7.5rem);
  }
}

a.header_lang {
  /*width: 3rem!important;*/
  margin: 0.3rem;
}

a.login {
  width: 120px;
  height: 40px;
  font-size: 16px;
}

::placeholder {
  color: #aaa;
}

div.message {
  margin-top: 5px;
  margin-left: 10px;
  font-weight: bold;
  color: red;
}
