@media screen and (min-width: 641px) {
  .main-contents-err  {
    padding: 24px 0 50px;
  }
}

@media screen and (max-width: 640px) {
  .main-contents-err  {
    padding: 24px 0 50px;
  }
}

.logout {
  text-align: center;	
  padding: 24px 24px 0px;
  font-weight: 700;
}

.logout-bottun {
  text-decoration: underline;
  font-weight: 700;
  color: #0372C4;
  font-size: 16px;
  cursor: pointer;
}

.message-error.inactive {
  display: none;
}

.input-error-txt.inactive {
  display: none;
}

.white-space-pre-line {
  white-space: pre-line;
}