
.infoRow {
    background: #003359;
    background: rgba(0, 51, 89, 0.8);
    height: 100vh;
    background-image: url(/assets/img/loginneighborhood.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    /* background-size: contain; */
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .infoRowWrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-basis: 90%;
    flex-direction: column;
  }
  
  .infoRowWrapper > div {
    display: flex;
    width: 80%;
    align-items: center;
    margin-bottom: 5%;
  }
  
  .infoRowWrapper > div p {
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    margin: 0;
  }
  
  .infoRowWrapper > div p i {
    color: #FFFFFF;
    position: relative;
    left: 23%;
  }
  
  .infoRowWrapper > div span{
    font-style: normal;
    font-size: 24px;
    color: #FFFFFF;
    margin-left: 5%;
    text-align: left;
    width: 90%;
  }


/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input {
  filter: none;
}

.errorInput {
  border-color: #BB0000;
}

.signupFormContainer {
  height: 100vh;
  background: #FFFFFF;
}

.signupFormHeader {
  margin-top: 5%;
}

.signupFormHeader div img {
  border-right: 1px solid rgba(30, 30, 30, 0.25);
  padding-right: 4px;
  margin-right: 4px;
}

.signupFormHeader div span {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #0099CC;
}

.signupFormWrapper {
  /* margin-top: 5vh; */
}

.signupFormWrapper > p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;color: #0099CC;
}

.signupFormWrapper form div label {
  position: absolute;
  top: -12px;
  background: white;
  left: 8px;
  padding:3px;
  font-weight: 400;
  font-size: 14px;
  color: #003359;
  text-transform: uppercase;
}

.signupFormWrapper form button {
  background: #0099CC;
  border-radius: 6px;
  color:#FFFFFF;
  width: 100%;
  margin-top: 20px;
  padding: 15px 0px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.signupFormWrapper div a {
  /* font-weight: bold; */

  font-size: 14px;
  line-height: 20px;
  color: #0099CC;
  cursor: pointer;
  text-decoration: none;
}

form .form-group {
    /* margin-bottom: 6% */
}

#signupForm {
  /* margin-bottom: 20px; */
}

.errorInput {
  border-color: #BB0000;
}

.terms-content strong {
  color: black;
}

.termsContainer {
  margin: 5px 0 0 0
}

.termsContainer input {
  vertical-align: middle;
  margin: 0
}
.termsContainer span {
  vertical-align: middle;
}

.bcbsiLogo {
  width: 125px;
  height:45px;
}

.backToSplashPage:hover {
  text-decoration: none;
}

.signupFormHeader {
  position: relative;
  width: auto;
  right: unset;
}

@media only screen and (min-width: 1301px) and (min-height: 700px){
  .signupFormHeader {
    position: absolute;
    width: 400px;
    /* right: 20px; */
    right: 6%;
  }
}

@media only screen and (max-width: 1300px) {
  .infoRowWrapper > div span {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1199px) {
  .infoRowWrapper > div span {
    font-size: 20px;
  }

  .copyright {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1240px) and (max-height: 700px){
  .signupFormWrapper {
    transform: scale(0.95);
    transform-origin: top center;
    margin-top: 10px;
  }
}

@media only screen and (max-height: 720px) {
  .signupFormWrapper {
    transform: scale(0.94);
  }
}

@media only screen and (max-height: 670px) {
  .signupFormWrapper {
    transform: scale(0.9);
    transform-origin: top center;
    margin-top: 10px;
  }

  .input-lg {
    height: 38px !important;
  }

  .signupFormWrapper form div label {
    padding: 0 3px !important;
    top: -10px !important;
  }

  .errorInputMessage {
    font-size: 12px;
    line-height: 1 !important;
  }
}

@media only screen and (max-height: 600px) {

  .infoRowWrapper > div span {
    font-size: 16px;
  }

  .signupFormWrapper form button {
    padding: 10px 0px;
  }

  .signupFormWrapper {
    transform: scale(0.86);
  }

}

@media only screen and (max-height: 549px) {

  .signupFormWrapper {
    transform: scale(0.79);
  }

  .signupFormHeader {
    margin-top: 2%;
}

}

@media only screen and (max-height: 500px) {
  .signupFormWrapper {
    transform: scale(0.68);
  }

  .infoRowWrapper > div span {
    font-size: 14px;
  }
}

@media only screen and (max-height: 440px) {
  .signupFormWrapper {
    transform: scale(0.64);
  }
}

@media only screen and (max-height: 420px) {
  .signupFormWrapper {
    transform: scale(0.61);
  }
}

@media only screen and (max-height: 400px) {
  .signupFormWrapper {
    transform: scale(0.58);
  }

  .infoRowWrapper > div span {
    font-size: 14px;
  }

  .bcbsiLogo {
    width: 96px;
    height: 30px;
  }
}

@media only screen and (max-height: 370px) {
  .signupFormWrapper {
    transform: scale(0.55);
  }
}

@media only screen and (max-height: 340px) {
  .twoColumnsContainer {
    overflow: scroll !important;
  }
}

@media only screen and (max-width: 991px) {
  .infoRowWrapper > div span {
    font-size: 24px;
  }

  .signupFormWrapper {
    transform: none;
    transform-origin: unset;
  }

  .twoColumnsContainer {
    overflow: unset !important;
  }

  .signupFormContainer {
    display: block !important;
  }

  .sigupFormWrapperParent {
    display: block !important;
  }

  .signupFormHeader {
    display: inherit !important
  }
}

@media only screen and (max-width: 550px) {
  .infoRowWrapper > div {
    align-items: flex-start;
  }
}