@charset "utf-8";
/* CSS Document */

html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.red {color:red}

.compact {line-height: 1.1em}

.form-signin {
  width: 100%;
  max-width: 380px;
  padding: 15px;
  margin: auto;
 border:1px solid #dedede;
 min-height:450px;
	background-color: #ededed;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin h4 {
  font-weight: 400;
}

.loginhead {background-color:#fff; padding: 20px; margin-bottom: 16px!important}


.loginhead img {max-height: 140px; padding: 20px}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.form-signin .form-floating:focus-within {
  z-index: 2; back
}

.form-signin input {margin-bottom: 12px}
.form-signin select {margin-bottom: 12px}

.inputs input{width:46px;height:46px}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0}
.form-control:focus{box-shadow:none;border:2px solid red}
.validate{border-radius:20px;height:40px;background-color:red;border:1px solid red;width:140px}	


/*[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent!important;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: transparent!important;	
}*/

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.form-message  {margin-top: 0px; text-align: left}
.form-message p {font-weight: 400;}

.btn-primary {
    color: #000;
    background-color: #fdba32;
    border-color: #fdba32;
	border-radius:0!important;
	margin-top: 14px;
}

.btn-primary:hover {
    color: #000;
    background-color: #fdba32;
    border-color: #fdba32;
	opacity: 0.8;
}
.form-control {border:1px solid #888}
