@charset "utf-8";
@font-face {
	font-family: icon-font;
	src: url("./fontello.woff2"), url("./fontello.woff");
}


#view {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 100%;

  padding: 0 20px;

  color: #444;
}
#main {
  margin: 48px auto;

  max-width: 480px;
}


.module-autologin-button {
  padding-top: 36px;

  font-size: 15px;
}
input[name="autologin"] {
  display: none;
}
.autologin-button {
  display: flex;
  align-items: center;
}
.module-autologin-button input[type="checkbox"] + .autologin-button::before {
font-family: icon-font;
content: "\e400";
font-size: 19px;
line-height: 1;
padding-right: 6px;
color: rgba(185,185,185,.7);
}
input[type="checkbox"]:checked + .autologin-button::before {
content: "\e401";
color: black;
}


.module-login-header {
  text-align: center;

  padding-bottom: 28px;
}
.login-header-logo {
  height: 60px;

  margin-bottom: 8px;
}
.login-header-h {
  font-size: 15px;
  font-weight: 500;
}



.module-login-message {
  padding-top: 13px;

  font-size: 14px;
  line-height: 1.6;
  color: #e52528;

  display: flex;
  justify-content: space-between;
}




.module-login-input header {
  margin-top: 24px;
  margin-left: 8px;

  font-size: 15px;
  opacity: .5;
}
.module-login-input header:first-child  {
  margin-top: 0px;
}
.input-wrap {
  display: flex;

  border: 1px solid rgba(185, 185, 185, .5);
  border-radius: 8px;

  height: 52px;

  margin-top: 12px;

  position: relative;
}
.input-wrap:first-child {
  margin-top: 0;
}
.input-login {
  width: 100%;
}
.module-login-input input {
  width: 100%;
  padding: 0 50px 0 12px;

  font-size: 17px;
}
.button-input-delete {
  display: none;
  align-items: center;
  justify-content: center;
  
  width: 50px;
  height: 100%;

  position: absolute;
  top: 0;
  right: 0;
}
.ion-md-close::before {
  font-size: 16px;
  font-weight: bold;

  opacity: .6;

  background-color: #ddd;
  border-radius: 100%;

  width: 16px;
  padding: 2px;
}




.login-button-login,
.login-button-createaccount-link,
.login-button-createaccount {
  border-radius: 12px;
}
.login-button-login,
.login-button-createaccount {
  width: 100%;

  font-size: 18px;
  font-weight: bold;

  color: #fff;
  background-color: #000;

  height: 52px;
}
.login-button-login {
  margin-top: 36px;
}
.login-button-createaccount {
  margin-top: 36px;
}
.login-button-createaccount-link {
  margin-top: 36px;

  width: 100%;

  font-size: 18px;
  font-weight: bold;

  color: #808080;
  background-color: #f5f5f5;

  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;
}




.module-text-button {
  padding-top: 24px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
