﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
/* html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
} */

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  height: 100%;
  min-height: 100%;
  /* font-size: 20px; */
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  min-height: 100%;
  height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* -------------------------------------------------------------------- */
#content-wrapper{
  margin-top: 20%;
  /* max-width: 700px; */
}
#content-wrapper .logo{
  text-align: center;
  margin-bottom: 15%;
}
#content-wrapper .reset-link{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

/* #login-wrapper .form-control{
  font-size: 20px;
} */

input:-webkit-autofill::first-line,
input:-internal-autofill-selected {
  font-size: 16px;
}

footer .ukfuels-logo-wrapper{
  text-align: right;
}

footer .ukfuels-logo-wrapper img{
  width: 100px;
}


.field-validation-error {  
  color: #e80c4d;  
  font-weight: bold;  
}  
.field-validation-valid {  
  display: none;  
}  
input.input-validation-error {  
  border: 1px solid #e80c4d;  
}  
.validation-summary-errors {  
  color: #e80c4d;  
  font-weight: bold;  
  font-size: 1.1em;  
  text-align: center;
}
.validation-summary-errors ul{
  list-style: none;
  margin: 15px 0 0 0;
  padding-left: 0;
}
.validation-summary-errors ul li{
  display: block;
}
.validation-summary-valid {  
  display: none;  
} 

form .form-label{
  color: #444;
  font-size: 0.95rem;
}

label.error{
  color: #e80c4d; 
  font-size: 0.8rem;
}

/* ------------------- */
#password-reset-sent {
  text-align: center;
}

#password-reset-confirmation .success-icon{
  margin-bottom: 16px;
}

#password-reset-confirmation{
  text-align: center;
}

#password-change-form .everywhere{
  margin-top: 10px;
  margin-bottom: 25px;
  color: #666;
  font-style: italic;
}