

.protected {
  height: 100vh;
  background: #F6F6F7;
}
.protected-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 532px;
  padding: 40px 56px;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.protected-ttl {
  line-height: 1.5;
  margin: 24px 0;
  font-size: 20px;
  font-weight: bold;}

.protected-attention {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 0 28px;
  font-size: 12px;
  text-align: left;
}
.protected-attention svg {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
}
.protected-form-ttl {
  margin: 0 0 16px;
  border-top: 1px solid #E1E3E5;
  font-size: 12px;
}
.protected-form-ttl span {
  display: inline-block;
  padding: 0 16px;
  background: #fff;
  transform: translateY(-50%);
}
.protected-form-input {
  margin: 0 0 24px;
}
.protected-form-input input {
  width: 100%;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #E1E3E5;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
}
.protected-form-input input:focus {
  border-color: #EF9816;
}
.protected-form-btn button {
  width: 100%;
  margin: 0;
  padding: 12px 16px;
  border: none;
  border-radius: 4px;
  color: #fff;
  background: #1571DA;
  box-sizing: border-box;
}

svg {
  vertical-align: top;
}

::placeholder {
  color: #B1B3B4;
}



@media screen and (min-width: 768px) {
  .protected-form-btn button:hover {
    background: #0A53BE;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .protected-inner {
    right: 16px;
    left: 16px;
    width: auto;
    padding: 24px 16px 16px;
    border-radius: 4px;
    transform: translateY(-50%);
  }
  .protected-ttl {
    font-size: 18px;
  }
  .protected-attention {
    margin: 0 0 24px;
  }
  .protected-form-input input {
    padding: 8px 16px;
  }
  .protected-form-btn button {
    padding: 8px 16px;
  }
}
.message {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  font-size: 13px;
}

.message i {
  margin-right: 2px;
  font-size: 20px;
  vertical-align: bottom;
}

#error.message {
  color: #DC3545;
}
