.page-content-custom #login .float-label > label.focused,
.page-content-custom form .float-label > label.focused {
  color: #2babe2;
}
.page-content-custom .btn.btn-link {
  color: #2babe2;
}
.page-content-custom .btn.btn-link:hover,
.page-content-custom .btn.btn-link:active,
.page-content-custom .btn.btn-link:focus {
  color: #F7831E;
}

.btn {
  border-color: transparent!important;
}

a {
  color: #2babe2;
}
a:hover,
a:active,
a:focus {
  color: #F7831E;
}
h2 {
  font-size: 40px;
}

.navbar.navbar-primary.customisation {
  background-color: white;
  color: #333;
  border-bottom: 1px solid #ccc;
  flex-wrap: nowrap;
}
.navbar.navbar-primary.customisation .navbar-brand img {
  width: auto;
}
.navbar.navbar-primary.customisation .navbar-nav:not(.buttons-mobile) {
  flex-direction: row;
}
.navbar.navbar-primary.customisation .navbar-nav:not(.buttons-mobile) > li > a {
  font-weight: 400;
  background-color: inherit;
  color: #333;
}
.navbar.navbar-primary.customisation .navbar-nav:not(.buttons-mobile) > li > a:hover {
  text-decoration: underline;
}
.navbar.navbar-primary.customisation .navbar-nav:not(.buttons-mobile) > li > a.navbar-btn {
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-width: 120px;
}

.site-footer.customisation #copyright {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 500;
}
.form-group input[type=text]:focus,
.form-group input[type=password]:focus {
  border: 1px solid #30556d !important;
  outline: 0;
  box-shadow: none;
}
#login .btn {
  width: 100%;
}
#login input.login-input-username {
  background: url('../images/customisation/input-user.png') no-repeat right 5px center;
}
#login input.login-input-password {
  background: url('../images/customisation/input-key.png') no-repeat right 5px center;
}
form input.form-control:focus,
form select.form-control:focus,
form textarea.form-control:focus {
  outline: 0;
  border: 1px solid #bad632;
  -webkit-box-shadow: 0 0 0 1px #bad632;
  -moz-box-shadow: 0 0 0 1px #bad632;
  box-shadow: 0 0 0 1px #bad632;
}
.btn-success {
  background: #30556d !important;
  color: #FFF !important;
}
.btn-success:active,
.btn-success:hover,
.btn-success:focus,
#login input.btn-success:hover,
#login input.btn-success:focus {
  background: #20394a !important;
  color: #FFF !important;
  text-decoration: none;
}
.grecaptcha-badge {
  margin: 0 auto;
}
