@charset "UTF-8";
body.maintenance {
  text-align: center;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 60px 0 0 0;
  overflow-x: hidden;
  min-width: 320px;
  background: #fff;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
}
body.maintenance .iconify {
  font-size: 120px;
  line-height: 120px;
  color: #187BB7;
}
body.maintenance .message {
  font-size: 24px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 10px;
}
body.maintenance .message2 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
}

body.lock_screen {
  background-color: #F7F7F7;
  height: 95vh;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-width: 320px;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
}
body.lock_screen form {
  width: 100%;
}
body.lock_screen .login-box {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
body.lock_screen .login-box .login-wrap {
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  border: 1px solid #EEEEEE;
}
body.lock_screen .login-box .login-wrap .login-header {
  text-align: center;
  margin-bottom: 20px;
}
body.lock_screen .login-box .login-wrap .login-header .login-title {
  font-size: 18px;
  font-weight: bold;
}
body.lock_screen .login-box .login-wrap .login-header .login-subtitle {
  margin-top: 10px;
  font-size: 14px;
}
body.lock_screen .login-box .login-wrap .login-header .message:empty {
  display: none;
}
body.lock_screen .login-box .login-wrap .login-header .message:not(:empty) {
  margin-top: 10px;
  color: #db2828;
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
  font-size: 15px;
}
body.lock_screen .login-box .login-wrap .login-header .message:not(:empty) svg {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: -0.25em !important;
}
body.lock_screen .login-box .login-wrap .login-body {
  background: #ffffff;
  border-top: 0;
  color: #666;
  display: flex;
  flex-direction: column;
}
body.lock_screen .login-box .login-wrap .login-body label {
  font-weight: bold;
  padding: 10px 0;
  font-size: 15px;
}
body.lock_screen .login-box .login-wrap .login-body input {
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
}
body.lock_screen .login-box .login-wrap .login-body button {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  padding: 18.5px;
  transition: 0.3s;
  letter-spacing: 0.09em;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
}
body.lock_screen .login-box .login-wrap .login-body button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0178B7;
  background: linear-gradient(to right, #0178B7 0%, #478BD9 100%);
  z-index: -1;
  transition: 0.5s;
}
body.lock_screen .login-box .login-wrap .login-body button:hover:after {
  background: #0189d0;
  background: linear-gradient(to right, #0189d0 0%, #5c98dd 100%);
  z-index: -1;
}

body.register {
  background-color: #F7F7F7;
  height: 95vh;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-width: 320px;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
}
body.register form {
  width: 100%;
}
body.register .login-box {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
body.register .login-box .login-wrap {
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  border: 1px solid #EEEEEE;
}
body.register .login-box .login-wrap .login-header {
  text-align: center;
  margin-bottom: 20px;
}
body.register .login-box .login-wrap .login-header .login-title {
  font-size: 18px;
  font-weight: bold;
}
body.register .login-box .login-wrap .login-header .login-subtitle {
  margin-top: 10px;
  font-size: 14px;
}
body.register .login-box .login-wrap .login-header .message:empty {
  display: none;
}
body.register .login-box .login-wrap .login-header .message:not(:empty) {
  margin-top: 10px;
  color: #db2828;
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
  font-size: 15px;
}
body.register .login-box .login-wrap .login-header .message:not(:empty) svg {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: -0.25em !important;
}
body.register .login-box .login-wrap .login-body {
  background: #ffffff;
  border-top: 0;
  color: #666;
  display: flex;
  flex-direction: column;
}
body.register .login-box .login-wrap .login-body label {
  font-weight: bold;
  padding: 10px 0;
  font-size: 15px;
}
body.register .login-box .login-wrap .login-body label.error {
  color: #db2828;
}
body.register .login-box .login-wrap .login-body input {
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
}
body.register .login-box .login-wrap .login-body input.error {
  color: #9f3a38;
  background: #fff6f6;
  border-color: #D94343;
}
body.register .login-box .login-wrap .login-body .form_error {
  color: #db2828;
  margin-top: -10px;
  margin-bottom: 10px;
}
body.register .login-box .login-wrap .login-body button {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  padding: 18.5px;
  transition: 0.3s;
  letter-spacing: 0.09em;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
}
body.register .login-box .login-wrap .login-body button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0178B7;
  background: linear-gradient(to right, #0178B7 0%, #478BD9 100%);
  z-index: -1;
  transition: 0.5s;
}
body.register .login-box .login-wrap .login-body button:hover:after {
  background: #0189d0;
  background: linear-gradient(to right, #0189d0 0%, #5c98dd 100%);
  z-index: -1;
}
body.register .login-box .login-wrap .login-body .ui.message {
  position: relative;
  min-height: 1em;
  margin: 0px -20px -20px -20px;
  background: #f8f8f9;
  padding: 1em 1.5em;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  border-radius: 0.28571429rem;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
}
body.register .login-box .login-wrap .login-body .ui.message .header {
  display: block;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: -0.14285714em 0 0 0;
  text-align: center;
}
body.register .login-box .login-wrap .login-body .ui.message .header:not(.ui) {
  font-size: 1.14285714em;
}
body.register .login-box .login-wrap .login-body .ui.message .list:not(.ui):last-child {
  margin-bottom: 0;
}
body.register .login-box .login-wrap .login-body .ui.message .list:not(.ui) li:before {
  position: absolute;
  content: "•";
  left: -1em;
  height: 100%;
  vertical-align: baseline;
}
body.register .login-box .login-wrap .login-body .ui.message .list:not(.ui) {
  text-align: left;
  padding: 0;
  opacity: 0.85;
  list-style-position: inside;
  margin: 0.5em 0 0;
}
body.register .login-box .login-wrap .login-body .ui.message .list:not(.ui) li {
  position: relative;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 0.3em 1em;
  padding: 0;
}
body.register .login-box .login-wrap .login-body .to_email {
  color: #db2828;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
body.register .login-box .login-wrap .login-body .text-center {
  text-align: center;
}
