.outer-container {
  font-family: Arial, sans-serif;
  margin: 0;
  justify-content: center;
  padding-top: 50px;
  margin-bottom:50px;
}

.login-container {
  background-color: #fff;
  /*padding: 30px 50px;*/
  padding:50px 45px 0px 45px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  align-self: flex-start;
  min-height:510px;
}

.image-container {
  max-width: 100%;
  align-items: stretch;
  height:100%;
  border-radius: 8px 0 0 8px;
  min-height:510px;
}

.image-container img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 8px 8px;
  object-fit: cover;
}

.login-container h2 {
  color: #0076ba;
  text-align: left;
}

.login-form {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.login-form input {
  padding: 10px;
  margin-bottom: 2em;
  font-size: 16px;
}

.eye-icon {
  position: absolute;
  top: 15%;
  right: 10px;
  cursor: pointer;
}

.eye-svg {
  width: 25px;
  height: 25px;
}

.forgot-links {
  display: flex;
  justify-content: space-between;
  margin: 15px 0px 0px 0px;
}

.forgot-username-link,
.forgot-password-link {
  color: #0076ba;
  font-size: 16px;
}

.forgot-username-link:hover,
.forgot-password-link:hover {
  color: #0076ba;
}

.forgot-username-link,
.forgot-password-link {
  text-decoration: underline;
}

.login-form button {
  background-color: #0076ba;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.login-form button:hover {
  background-color: #0076ba;
}

.inputPatientPortal {
  position: relative;
  margin-bottom: 5px;
  margin-top: 10px;
}

.inputPatientPortal span {
  position: absolute;
  left: 20px;
  transform: translateY(25%);
  font-size: 25px;
}

.inputPatientPortal input {
  padding: 25px 20px 25px 50px;
  display: block;
  left: 20px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  border:1.5px solid black;
  color: black !important;
}

.newPatientPortalHeader {
  background-color: #0076ba;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-left:0rem;
  margin-right:0rem;
}

.password-input{
  padding-right:50px !important;
}

.newPatientPortalHeader img {
   margin-left: 5em;
     margin-right: 10px;
     width: 80px;
     height: 50px;
   }

.newPatientPortalHeader #dividerHomePatientPortal {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #fff;
  margin-right: 15px;
  vertical-align:middle;
}

.newPatientPortalHeader h2 {
font-family: Helvetica,arial, sans-serif;
font-size: 24px;
font-weight: 1;
  color: #fff;
  margin: 0;
}

#newPatientPortalHeader {
  background-color: #20a4e7;
  display: flex;
  align-items: center;
  padding: 10px;
}

#newPatientPortalHeader img {
margin-left: 5em;
  margin-right: 10px;
  width: 110px;
  height: 60px;
}

#newPatientPortalHeader h2::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 40px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align:middle;
}

#newPatientPortalHeader h2 {
font-family: Arial, sans-serif;
font-size: 30px;
font-weight: 1;
  color: #fff;
  margin: 0;
}

.newPatientPortalInputFields {
      position: relative;
      margin-bottom: 5px;
      margin-top: 10px;
}

.newPatientPortalInputFields span {
      position: absolute;
      left: 20px;
      transform: translateY(40%);
      font-size: 25px;
}

.newPatientPortalInputFields input {
  padding: 25px 20px 25px 50px;
  display: block;
  left: 20px;
  border: 1.5px solid #c2c2c2;
  border-radius: 8px;
  color:black !important;
}

.login-form-new-patient-portal {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.login-form-new-patient-portal input {
  margin-bottom: 1.5em;
  font-size: 16px;
  width: 100%;
}

.newPatientPortalBgImageLoaded {
    background-image: url('../../static/images/bg/Background_Patient_Portal.png');
    background-size: cover;
    background-repeat:no-repeat;
}

@media (min-width: 1500px) {
  #newPatientPortalFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size:14px;
  }
}

#newPatientPortalFooter{
  color: black;
  margin:0;
  padding:15px 0;
  width:100%;
  margin-top:1rem;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}

