.auth0-lock-submit {
  border-radius: 0 !important;
}

body {
 color: #4c4c4c !important;
}
body h2 {
 color: #00AFEF !important;
}

.tierradelfuego-navbar {
 height: 77px !important;
 box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08) !important;
 margin-bottom: 50px !important;
 background-color: #00AFEF !important;
 padding: 0 10vw !important;
}
.tierradelfuego-navbar a {
 color: white !important;
}

.submission-results .btn-success {
 background-color: #f68a1d !important;
 border-color:  #f68a1d !important;
 color: white !important;
}

.submission-results .btn-warning {
  background-color: #0095eb !important;
  background: linear-gradient(to right, #017dc4 50%, #0095eb 50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all .3s ease-out !important;
  border-color: #0095eb !important;
  color: white !important;
}

.submission-results .btn-warning:hover {
  background-position: left bottom !important;
  border-color: #017dc4 !important;
}

.mu-breadcrumb-img {
    width: 50px !important;
    height: 50px !important;
}

.btn-success {
  box-shadow: none !important;
  padding: 8px !important;
  margin-top: 6px !important;
  border: 1px solid #f68a1d !important;
  color: white !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  background: linear-gradient(to right, #e9833a 50%, #f68a1d 50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all .3s ease-out !important;
}
.btn-success:hover {
  background-position: left bottom !important;
}

a {
 color: #00AFEF !important;
}

.dropdown-menu li a {
 color: #00AFEF !important;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
 background-color: #00AFEF !important;
 color: white !important;
}

.mu-disabled, .mu-navbar .mu-navbar-breadcrumb .mu-breadcrumb-list .mu-breadcrumb-list-item.last {
    color: #005879 !important;
}

.mu-navbar .mu-navbar-breadcrumb .mu-breadcrumb-list .mu-breadcrumb-list-item:before {
    color: #005879 !important;
}

footer a {
 color: #00AFEF !important;
 border-color: #3d3d3d !important;
}
footer .container {
 margin-top: 0px !important;
}
footer .container hr {
 border-top: 1px solid #3d3d3d !important;
}

#nprogress .bar {
 background: white !important;
}

.auth0-lock-overlay {
 opacity: 0.5 !important;
}
.full-page-image {
 /* The image used */
 /*background-image: url(““)  !important; */

 /* Full height */
 height: 100% !important;
 position: absolute !important;
 top: 0 !important;
 right: 0 !important;
 left: 0 !important;
 bottom: 0 !important;

 /* Center and scale the image nicely */
 background-position: center !important;
 background-repeat: no-repeat !important;
 background-size: cover !important;
}

.auth0-lock-overlay {
  display: none;
}

.auth0-lock-submit {
  background-color: #00AFEF !important;
}

.auth0-lock.auth0-lock .auth0-lock-header-bg {
    background-color: #f68a1d !important;
}

.auth0-lock-header-bg-blur {
	display: none !important;
}

  /* START_DEFAULT_ERROR_DISPLAY_BACKWARDS_COMPATIBILITY */
  
  .error-message .body .mu-error-status-line {
  display: unset;
  }

  .error-message .body h2 {
    margin-bottom: 10px;
  }

  /* END_DEFAULT_ERROR_DISPLAY_BACKWARDS_COMPATIBILITY */
