#container {
  width: 100%;
  padding: 0 1% 3% 1%;
}

#userLookupImageContainer {
  width: 100%;
  padding: 0 1% 3% 1%;
  margin-top: 6%;
  background-image: url("../../images/medwell_registration_background.jpg");
  background-repeat: no-repeat;
}

.formContainer {
  float: right;
  margin: 4% 2% 0 0;
  border-radius: 4%;
  background-color: #fff;
  width: 450px;
  padding: 12px;
  border: solid 1.5px #107abf;
}

.companyLogo {
  width: 100%;
  height: 80px;
  margin: 0 0 4% 2%;
  background-image: url("../../images/univera_logo_login.png");
  background-repeat: no-repeat;
}

.medwellLogo2 {
  width: 100%;
  margin-bottom: 15px;
}

.headerTxt {
  width: 100%;
  margin: 2% 0;
}

.headerTxt p {
  font-family: Arial, sans-serif;
  font-size: 1.5vw;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #5b5b5b;
}

.bodyTxt {
  width: 100%;
}

.bodyTxt p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1vw;
  text-align: center;
  color: #5b5b5b;
}

.fieldLabel {
  margin-left: 10px;
  float: left;
  width: 90px;
  font-family: arial, sans-serif;
  font-size: 16px;
  color: #0090a7;
}

.fieldContainer {
  float: left;
  width: 100%;
}

.inputField {
  height: 25px;
  padding-left: 10px;
  background-color: #73808b;
  width: 300px;
  color: #fff;
  border: none;
}


hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgba(47, 87, 33, 0.75), transparent);
  text-align: center;
}

p {
  font-weight: normal;
  font-size: .9vw;
  color: #1d1d1d;
}

a {
  font-weight: normal;
  font-size: .9vw;
  text-decoration: underline;
  color: #1d1d1d;
}

.submitBtn {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #107abf;
}

input.form-control {}

.formLabels {
  font-size: 16px;
  font-weight: bold;
  color: #107abf;
  text-transform: uppercase;
}

input[type="date"].form-control {
  line-height: normal;
}