:root {
  --brand-primary: #2678AB;
  --brand-primary-dark: #0F1F29;
}

.rml-fill {
  height: calc(100% - 50px) !important;
  z-index: 1000;
}

.rml-pos {
  position: relative !important;
}

header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 50px;
}

#top {
  display: block;
  position: sticky;
  top: 0;
  z-index: 9999;
}


#logo {
    display: flex;
    width: 196px;
    height: auto;
    padding: 20px 15px;
}

@media (min-width: 768px) {
  #logo {
    width: 225px;
    padding: 15px 15px;
  } 
}


.toggle-button {
  margin-top: 16px;
  margin-bottom: 16px;
  align-self: flex-end;
}

.navbar-default .navbar-nav > li > a {
    color: var(--brand-primary-dark);
    font-weight: 500;
    text-decoration: none;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.navbar-default .navbar-nav > li > a:hover {
    color: var(--brand-primary);
}

.wrapper {
  padding: 10px 20px;
  overflow: visible;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

label {
  color: #444;
  font-size: 12px !important;
  font-weight: 400;
  margin-bottom: 2px !important;
}
.submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
div.submit button {
  font-size: 14px !important;
  font-weight: 500;
  width: auto;
  margin-bottom: 10px;
}
div.submit button:hover {
  color: white !important;
}

.terms-and-conditions {
  font-size: 10px;
}

.btn {
  background-color: #2678AB !important;
  padding: 8px 18px 6px 18px;
}

iframe {
  border: none !important;
}
