body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #f6f8fa;
  font-family: CiutadellaRounded-Rg;
  text-shadow: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: Lato;
}

.page-wrapper,
body {
  height: 100%;
}

.page-header {
  box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15);
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-header .logo {
  height: 20px;
}

.page-header a {
  background-color: transparent;
  color: #0366d6;
  text-decoration: none;
  font-size: 16px;
  margin: 0 20px;
}

.wrapper {
  background: #f6f8fa;
}

.wrapper .table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper .table .header {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 0.75rem 1.25rem;
  width: 90%;
  max-width: 700px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8125rem;
  color: #fff;
  height: 30px;
}

.wrapper .table .body {
  width: 90%;
  max-width: 700px;
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
}

.wrapper .table .body .content {
  font-size: 16px;
  text-align: center;
  margin-top: 45px;
  display: flex;
  flex-direction: column;
}
.wrapper .table .body .line {
  margin-bottom: 10px;
}

/* ERROR PAGE */
.singular-layout.login-section {
  height: 100%;
  background-color: #fff;
}

.singular-layout.login-section a {
  color: #38a6e1;
}
.singular-layout.login-section .sub-text {
  margin: 20px 0px;
}

.singular-layout.login-section .section-body {
  height: calc(100% - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: none;
  background-color: #f4f4f5;
  color: #6d6e71;
  font-size: 14px;
}

.singular-layout.login-section .section-title {
  font-size: 36px;
  margin-bottom: 35px;
  text-align: center;
  color: #38a6e1;
  font-family: "Lato";
  position: relative;
  padding-bottom: 10px;
}

.singular-layout.login-section .section-title:after {
  content: " ";
  height: 1px;
  width: 100%;
  background-color: #38a6e1;
  position: absolute;
  left: 0px;
  bottom: -5px;
}

.singular-layout.login-section .login-inner {
  padding: 30px 40px 40px 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 5px;
  background-color: #fff;
  min-width: 450px;
  position: relative;
  width: 40%;
}

.singular-layout.login-section .login-inner form {
  max-width: 300px;
  margin: auto;
}