/* -------------------------------------------------------------------
 * Name         : NAS Portal Template
------------------------------------------------------------------- */
html {
  min-height: 100%;
  height: 100%;
}

:root {
  font-size: 15px;
  line-height: 1.4em;
}

.single-portal {
  height: 100%;
  font-family: Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  min-width: 250px;
  margin: 0;
}
.single-portal .container {
  max-width: 720px;
  margin: 0 auto;
}
.single-portal .container-full {
  max-width: none;
}
.single-portal .article-section {
  padding: 20px 15px;
}
.single-portal .article-header {
  display: flex;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-portal .article-header .heading {
  font-size: 34px;
  margin: 0 auto 20px;
  line-height: 1.2em;
}
.single-portal .article-header .logo {
  max-width: 350px;
  margin: 0 auto 10px;
}
.single-portal .article-header .logo img {
  width: 100%;
  height: auto;
}
.single-portal .article-content {
  padding: 40px 15px;
}
.single-portal a {
  color: inherit;
}
.single-portal .article-footer {
  text-align: center;
  padding: 15px 0 25px;
}
.single-portal .article-footer .footer-message, .single-portal .article-footer .copyright {
  margin: 5px 0;
}
.single-portal .article-footer .logo {
  margin: 20px auto;
}

.nas-portal {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.nas-portal .debug-notice {
  text-align: center;
  margin-bottom: 4rem;
}
.nas-portal .debug-notice pre {
  word-break: break-word;
  white-space: normal;
}
.nas-portal .message {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.nas-portal .message span {
  color: green;
  display: inline-block;
  font-weight: bold;
}
.nas-portal .message.error span {
  color: red;
}
.nas-portal .loading {
  text-align: center;
  font-size: 2em;
}

.nas-form .login-form {
  text-align: center;
}
.nas-form .login-form h3 {
  margin-top: 0;
}
.nas-form .login-form .full-width label {
  width: 100%;
}
.nas-form .flic-fields {
  padding: 0;
}
.nas-form .flic-fields .field {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .nas-form .flic-fields .field {
    text-align: center;
    flex-direction: column;
  }
  .nas-form .flic-fields .field > div {
    justify-content: center;
    max-width: none !important;
  }
}
.nas-form .flic-fields h3.heading {
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
}
.nas-form .flic-fields .divider {
  padding: 20px 0 10px;
  border-top: 1px solid #ccc;
}
.nas-form .submit-btn, .nas-form .reset-btn {
  margin: 1.5rem auto 0;
  display: block;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 5px;
  min-width: 150px;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
}
.nas-form .submit-btn:hover, .nas-form .reset-btn:hover {
  background: #000;
  color: #fff;
}
.nas-form .result {
  padding: 20px;
  font-size: 1rem;
  text-align: center;
}
.nas-form .result:empty {
  display: none;
}
