/* body{
    margin: 0;
    padding: 0;
    background: url(../images/login-citrus.jpg);
    background-size: cover;
    background-position: center;
}

.loginContainer{
    padding-top: 50px;
    background-color: bisque;
} */

html,
body {
  height: 100%;
}

.containerImage {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../images/login-citrus.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100%;
}

.form-signin {
  /* max-width: 60%; */
  padding: 15px;
  border-radius: 25px;
  background-color:#f5f5f5;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="username"] {
  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;
}

.hr-solid {
  width: 95%; 
  border-top: 3px solid #000000;
}

.hr-dashed {
  width: 95%; 
  border-top: 3px dashed #000000;
}

.hyperlink {
  color: #ff6900;
  font-weight: 400;
}

.section-header {
  color: #0d6efd;
  text-decoration: none;
} 

.learnMore {
  /* max-width: 60%; */
  padding: 15px;
  border-radius: 25px;
  background-color:#f5f5f5;
}