@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  background-color: #F2E7DC;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.login-page {
  background-color: #F2F2F0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
}
.login-logo a {
  color: white !important;
  text-shadow: 1px 2px 2px #000;
}
.customContainer {
  border: 1px solid #cdd4e0;
  width: 360px;
  padding: 30px 35px;
  border-radius: 8px;
  background-color: #fff;
}
.login-box{
  padding-top: 150px;
}
.logo{
  margin-bottom: 20px;
}
.form-group label {
  color: #7987a1;
}

.login-box-msg{
  text-align: left;
  padding: 20px 0 20px 0;
  font-weight: 500;
  color: #038C7F;
  letter-spacing: -1px;
  font-size: 1.75rem;
}
.form-control {
  color: #1c273c;
  font-weight: 500;
  border-width: 2px;
  border-color: #e0cdd6;
  border-radius: 0;
  height: 38px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
}

.btn-primary {
  color: #fff;
  background-color: #038C7F;
  border-color: #027373;
  box-shadow: none;
  border-radius: 0rem;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus{
  background-color: #027373;
  border-color: #027373;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #027373;
}

