body {
  font-family:"nimbus-sans", sans-serif;
  font-size:16px;
}

.wide-header {
  background-color:#1e4a7b;
  background-repeat:no-repeat;
  background-position:85% -120px;
  padding-top:40px;
  min-height:180px;
  color:#FFF;
}

.btn.btn-primary {
  height:46px;
  background:#cf4a22!important;
  border-radius:5px;
  border:none;
  min-width:120px;
}

#navcol-1 form.navbar-form {
  background-color:#ffffff;
  border:4px solid #1d5f97;
  padding-right:0px;
}

#regForm {
  max-width:630px;
}

#TheoryTestCont {
  height:100vh;
}

#theoryTestFrame {
  height:100%;
  width:100%
}

.breadcrumb li {
  flat:left;
  list-style-type: none;
  margin-right: 9px;
  position: relative;
}

.wide-header{
  display:none;
}

.navigation-clean-search .navbar-form .search-field:focus {
  border-bottom:1px solid #ccc;
}

.modal-open #alertWindow {
  display: flex!important;
  align-items: center;
  justify-content: center;
}

.modal-dialog {
  margin:0;
}
#content-header{
  margin-bottom:20px;
}
.flex-center-children {
  display: flex;
  align-items: center;
  justify-content: center;
}

.has-error div.invalid-message {
    font-style: italic;
    font-size: 14px;
    Padding: 10px 0px;
    color: red;
}
.login-clean .has-error .form-control {
    background-color: rgba(169, 68, 66, 0.23);
    border-color: #a94442;
    border: 1px solid #a94442;
}

.search input {
  box-sizing:content-box;
}

.modal-dialog {
  min-width: 300px;
}
.form-control {
  font-size: 16px;
}

.global-footer-nav-wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.footer-logos, .footer-logos-mobile {
    min-width: 200px;
}

.footer-logos .bplogo, .footer-logos-mobile .bplogo {
    height: 87px !important;
}
div.footerup .wrapper.clearfix:first-child {
    display: none;
}

/* Mobile specific Styles */
#mobi-header{
  display:none;
}
@media only screen and (max-width: 667px){

  #regFormCont.login-clean form {
    padding:10px;
  }

}
