@import url(vendor/bootstrap-grid.min.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,700,800&display=swap&subset=latin-ext");
html, body {
  margin: 0;
  padding: 0;
  font-size: 16px; }
  html ::selection, body ::selection {
    background: #042647;
    color: #fff; }
#layout {display:block;}
#login-form {
    margin: 0 auto;
    top: -4vh;
    width: 95%;
    max-width: 365px;
    position: relative;
}
body {
  background: linear-gradient(270deg, #fff 0%, #fff 45%, #004f9e 45%, #004f9e 100%);
  color: #111;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, Arial, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 100vw;
  height: 100vh; }

body.normal {
  width: auto;
  height: auto;
}

hr {
  height: 1px;
  background-color: rgba(56, 115, 185, 0.35);
  border: 0;
  display: block;
  width: 100%;
}

.nav {
  padding: 1rem 0.5rem;
  position: absolute;
  width: 100%;
  z-index: 2;
  transition: 0.330s linear all;
  top: 0; }
  .nav-logo,
  .nav-logo__color {
    color: #004f9e;
    display: flex;
    align-items: center;
    justify-content: start; }
    .nav-logo__color a picture svg {
      width: 180px;
      max-height: auto;
      height: 40px;
      display: block;
        fill: #004f9e;
    }
    .nav-logo a,
    .nav-logo__color a {
      display: inline-block;
      text-decoration: none; }
      .nav-logo a picture svg {
        width: 180px;
        max-height: auto;
        height: 40px;
        display: block;
        fill: #fff; }
        .nav-logo-divider {
          display: inline-block;
          margin: 0rem 1rem;
          height: 3.375rem;
          width: 1px;
          background: rgba(255, 255, 255, 0.5); }
          .nav-logo-divider {
            display: inline-block;
            margin: 0rem 1rem;
            height: 3.375rem;
            width: 1px;
            background: #004f9e; }
      .nav-logo-claim {
        font-weight: 400;
        letter-spacing: 4px;
        text-transform: uppercase;
        font-size: 0.8rem;
        color: #fff; }
        .nav-logo-claim2 {
          font-weight: 400;
          letter-spacing: 4px;
          text-transform: uppercase;
          font-size: 0.8rem;
          color: #004f9e; }
  .nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .nav-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center; }
      .nav-menu ul li {
        display: inline-block;
        margin-left: 1.5rem; }
        .nav-menu ul li.more a:after {
          display: none; }
        .nav-menu ul li a {
          display: block;
          color: #004f9e;
          font-weight: 700;
          text-decoration: none;
          text-transform: lowercase;
          position: relative;
          overflow: hidden;
          padding-bottom: 4px;
          padding-top: 4px; }
          .nav-menu ul li a:after {
            transition: 0.33s ease all;
            content: '';
            width: 100%;
            height: 2px;
            background: #f3943e;
            position: absolute;
            bottom: 0;
            left: -110%; }
          .nav-menu ul li a:hover:after {
            left: 0%; }
          .nav-menu ul li a:hover svg {
            fill: #f3943e; }
          .nav-menu ul li a svg {
            display: block;
            fill: #004f9e;
            transition: 0.33s ease all; }

.btn {
  padding: 1rem 1.5rem;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px; }
  .btn-cta-mini {
    background: #004f9e;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: 4px solid #004f9e;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
    transition: 0.3s ease-in-out all; }
    .btn-cta-mini:hover {
      transform: scale(0.95);
      background: #004f9e;
      border-color: #004f9e; }

.section-login {
  height: 100vh; }
  .section-login .container-fluid {
    height: inherit; }
    .section-login .container-fluid .row {
      height: inherit; }
  .section-login-info h3 {
    font-size: 2rem;
    margin: 0 0 1rem;
    color: #004f9e; }
  .section-login-info svg {
    display: block;
    margin-bottom: 2rem; }
  .section-login-info p {
    font-size: 0.875rem;
    line-height: 1.66; }
    .section-login-info p a {
      color: #004f9e; }
  .section-login-box {
    padding: 1.5rem;
    background: #fff;
    box-shadow: 1px 2px 8px 0px rgba(12, 63, 88, 0.1); }
    .section-login-box hr {
      height: 1px;
      border: 0;
      width: 100%;
      display: block;
      background: rgba(17, 17, 17, 0.15);
      margin: 1rem 0; }
    .section-login-box small {
      font-size: 0.7rem;
      display: block;
      line-height: 1.66;
      color: rgba(17, 17, 17, 0.5); }
      .section-login-box small a {
        color: #004f9e; }


.section-mailinfo {
  margin-top: 7.5rem;
}

.section-mailinfo h2 {
  color: #004f9e;
}

.section-mailinfo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
}

.section-mailinfo ul li strong {
  display: block;
  margin: 0.5rem 0 1.5rem;
  font-size: 1rem;
}

.section-infobox-content {
  background-color: rgba(56, 115, 185, 0.1);
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  padding: 1rem;
}
.section-infobox-content h3 {
  margin: 0 0 1.5rem;
}
.section-infobox-content a {
  color: #004f9e;
  font-weight: 700;
  text-decoration: none;
}
.section-infobox-content a:hover {
  color: #f3943e;
  font-weight: 700;
  text-decoration: none;
}

.form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }
  .form ul li {
    margin-bottom: 2rem; }
    .form ul li:last-of-type {
      margin-bottom: 0; }

.form label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.875rem;
  color: #004f9e;
  font-weight: 700; }

.form input[type=email],
.form input[type=password] {
  /*width: 100%;*/
  padding: 0.5rem 0.5rem;
  font-size: 1.125rem;
  border-radius: 3px;
  border: 1px solid #ccc; }
  .form input[type=email]:focus,
  .form input[type=password]:focus {
    border: 1px solid #004f9e;
    outline: 0; }

.form button[type=submit] {
  font-size: 1rem;
  font-weight: 800;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background: rgb(243,149,63);
  text-transform: uppercase;
  border: 2px solid rgb(243,149,63);
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 40px;
  width: 100%;
  transition: 0.3s ease all; }
  .form button[type=submit]:focus {
    border: 2px solid black;
    outline: 0; }
  .form button[type=submit]:active {
    transform: scale(0.95); }

.footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0;
  text-align: right; }
  .footer-info {
    background: #3873b9;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.675rem;
    color: #fff;
    border-top-left-radius: 10px; }

.alert {
  display: block;
  margin: 0rem 0 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  padding: 1rem 0;
  font-weight: 700; }
  .alert-ok {
    color: #27ae60;
    background: rgba(39, 174, 96, 0.15); }
  .alert-err {
    color: #fff;
    background: #e74c3c; }
  .alert__hidden {
    display: none; }
