html,
body {
  height: 100%;
  /* background-color: #efeeee; */
  color: #1c3c4a !important;
}

a:link, a:visited, a:hover {
  color: #002597;
}

@view-transition {
  navigation: auto;
  types: slide, forwards;
}

.cform {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-signin {
  width: 100%;
  max-width: clamp(300px, 400px, 600px);
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


header {
  background-color: #efeeee;
}

.page-header
{
  /* background-color: #012597; */
  color: #aaa;
}
.page-header h2 {
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.maincalc {
  font-size: 110%;
}

#newuserform, #erroralert, #successalert {
  display: none;
}

.nav-link.active {
  font-size: 110%;
  font-weight: 500;
  color: #000;
}
nav a.active {
  font-weight: 500;
  color: #000;  
}
.textcaption {
  font-size: 140%;
  font-weight: 400;
}
.colorant {
  width: 56px;
  height: 130px;
  background-image: url(../assets/i/colorant.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 70%;
  padding: 0;
}

.colorant-col{
  width: 40px;
  position: absolute;
  opacity: 0.8;
  border-radius: 12%;
  margin-bottom: 5px;
}

.colorant-caption {
  display: flex;
  align-items: center;
  justify-content: center; 
}

.colorant-name {
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.852);
  color: #000;
  z-index: 100;
  margin-bottom: 40px;
  width: 40px;
}

#recipt {
  display: flex;
  align-items: baseline;
  justify-content: left;
  font-size: 90%;
} 

#recipt span.onecol {
  margin-right: 20px;
}

.bd-callout {
  padding: 0.65rem;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem;
}

.bg-warning {
  background-color: #4650AB !important;
  color:aliceblue !important;
}
