html, body {
  font-family: "Century", sans-serif;
  margin:0;
  padding:0;
  word-break: break-all;
}

a{
  text-decoration: none;
}

a:hover {
  opacity:1;
}

p {
  white-space: pre-wrap;
}

.errorlist {
  color: red
}

.brand-image {
  filter: brightness(0) invert(1);
}

.accounts_body{
  /* background: #e09cd7; */
  background: #00b1d4;
  min-height: 880px;  
  overflow: auto;  
}

.accounts_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* text-align: center; */
  color:white;
  padding: 25px;
  background-color: #0d4c5a;  
}

.glass {
  width: 100%;
  max-width: 1000px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.1); /* 背景色 */
  border: 1px solid rgba(255, 255, 255, 0.4); /* ボーダー */
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(20px); /* ぼかしエフェクト */
  backdrop-filter: blur(20px);
  margin:10px 0 0 0;
}

.login-panel {
  background-color: #fff;
  position: relative;
  width: 360px;
  max-width: 100%;
  padding: 30px;
  margin: 10px auto;
  border-radius: 3px;
  /* opacity:0.8; */
}

.center-panel {
  background-color: #fff;
  position: relative;
  width: 360px;
  max-width: 100%;
  padding: 20px;
  margin:0 auto;
  top:10%;
  border-radius: 3px;
  /* opacity:0.8; */
}

/* btn */
.accounts_btn {
  color: #fff;
  /* background: #97468c; */
  background: #1362ac;
  border:none;
  width:240px;
  height:48px;
  border-radius: 3px;
  padding:6px 25px;
  cursor:pointer;
  opacity: 0.9;
}

.accounts_btn:hover {
  opacity: 1;
  color:#fff;
  font-weight: bold;
}

/* フォーム入力 */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0 3px #3d8bd3;
  border: 1px solid #14a3db;
}

#id_username, #id_password, #id_password1, #id_password2, #id_email
{
  width: 300px;
  height: 32px;
  border-radius: 4px;
}


/* tablesorter */
.tablesorter-header-inner {
	cursor: pointer;
	outline: none;
	font-size: 14px;
}

/* tooltip */
.tooltip-inner{
  max-width: 100% !important;
}

.ui-tooltip {
  word-wrap: break-word;
}

/* sweetalert */
.swal-footer {
  background-color: rgb(245, 248, 250);
  margin-top: 32px;
  border-top: 1px solid #E9EEF1;
  overflow: hidden;
}

.swal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
