@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');


html,
body {
  height: 100%;
}

body {
  /*display: flex;*/
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  font-family: 'Inter', sans-serif;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  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;
}

.btn-primary{
  font-size: 18px;
  font-weight: 600;
  background-color: #1f75bc;
  border-color: #1f75bc;
}

.text-muted{
  font-size: 12px;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: .875em;
  color: #dc3545;
  text-align: left;
  margin-bottom: 0.25rem;
}

.pageHeader{
  font-size: 22px;
  font-weight: 700;
  line-height: 37px;
  color: #000000;
}

.formWrapper{
  width: 100%;
  max-width: 600px;
  padding: 15px;
  margin: auto;
}
.formWrapper label{
  text-align: left;
  display: block;
}
.formWrapper label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.form-control {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  border-radius: 0.5rem;
}
.formWrapper .input-group .btn.btn-outline-secondary {
  color: #fff;
  border-color: #6c757d;
  background: #5e5e5e;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 5px 15px;
  border-top-right-radius: 0.5em !important;
  border-bottom-right-radius: 0.5em !important;
}
.formWrapper .input-group .btn.btn-outline-secondary:hover{
  border-color: #000000;
  background: #000000;  
}

.form-switch .form-check-input{
  width: 3em;
  height: 1.5em;
}