#container {
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
.hidden {
  display: none;
}
.webmail_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.webmail_container__content {
  text-align: left;
  width: 700px;
}
.webmail_container .webmail__section_title {
  color: rgba(47, 51, 55, 0.3);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
  margin-bottom: 24px;
}
.section:not(td) {
  background-color: #fff;
  border: 1px solid rgba(15, 55, 115, 0.05);
  border-radius: 8px;
  position: relative;
}
.section-padding-big {
  padding: 24px 32px;
  padding-bottom: 0;
}
.section.section-shadow {
  border: none;
  box-shadow: 0 0 0 1px rgba(15, 55, 115, 0.05), 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}
.text-center {
  text-align: center !important;
}
.padding-top-big {
  padding-top: 48px !important;
}
.padding-top {
  padding-top: 24px;
}
.bold {
  font-weight: bold !important;
}
.padding-bottom {
  padding-bottom: 12px;
}
.padding-bottom-big {
  padding-bottom: 24px !important;
}
.webmail_container .webmail_account_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: rgba(15, 55, 115, 0.05);
  text-align: left;
}
.flex {
  display: flex !important;
}
.flex-grow {
  flex-grow: 1;
}
.flex-vertical {
  flex-direction: column !important;
}
.link {
  color: #03a9f4;
}
.webmail_account {
  text-align: center;
  padding: 0 138px;
}
.full-width {
  width: 100% !important;
}
.back-button {
  padding-top: 6px;
}
.text-input:focus,
.text-input.focus {
  border-color: transparent !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(3, 169, 244, 0.2);
}
.icon-right {
  display: inline-block;
  margin-left: 6px;
}
.icon-left {
  display: inline-block;
  margin-right: 6px;
}
input.input-group {
  position: relative;
  margin: 0 6px;
}
.input-group .input {
  margin: 0;
  padding-left: 32px;
}
.input-group .input-icon {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  pointer-events: none;
  color: rgba(47, 51, 55, 0.3);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 1px;
}
.input-group-btn #show-password {
  margin: 0;
  border-radius: 0 8px 8px 0;
}
.input-group-btn .input {
  border-radius: 8px 0 0 8px;
}
.webmail_container__logo {
  padding-bottom: 48px;
  text-align: center;
}
.webmail_container__logo img {
  height: 128px;
  width: 128px;
}
i {
  font-style: normal;
}
.fa-lock:before {
  font-family: 'Icons';
  content: "\f023";
}
.fa-eye:before {
  font-family: "Icons";
  content: "\f06e";
}
.fa-eye-slash:before {
  font-family: "Icons";
  content: "\f070";
}
.fa-envelope:before {
  font-family: 'Icons';
  content: "\f0e0";
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
#wimi-logo {
  max-width: 250px;
}
html.dark-mode #container {
  background-color: #15191e;
}
html.dark-mode .webmail_container .webmail__section_title {
  color: rgba(201, 226, 251, 0.38);
}
html.dark-mode .section:not(td) {
  background-color: #15191e;
  border-color: rgba(192, 215, 239, 0.1);
}
html.dark-mode .section.section-shadow {
  box-shadow: 0 0 0 1px rgba(192, 215, 239, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}
html.dark-mode .webmail_container .webmail_account_container {
  background-color: rgba(192, 215, 239, 0.05);
}
html.dark-mode .input-group .input-icon {
  color: rgba(201, 226, 251, 0.38);
}
/*# sourceMappingURL=wimi_connect.css.map */