/* * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #939393;

} */

@font-face {
  font-family: ChaletBook_10032;
  src: url(/fonts/ChaletBook_10032.ttf);
}

/* header {
  height: 60px;
  background-color: #002F4E;
  margin-bottom: 110px;
}

#logo-bcbs {
  padding: 17px 20px;
  height: -webkit-fill-available;
} */

/* #logo-chmhub {
  float: left;
}

#logo-chmhub img {
  height: 16px;
  padding: 19px 17px;
}

.white-back-header {
  background: white;
  height: 60px;
  display: block;
  float: left;
  box-sizing: border-box;
}

.white-back-header img {
  height: 30px;
}

a {
  color: #009CD5;
  text-decoration: none;
} */

body {
  /* background: #EEEEEE;
  background-image: url(/assets/img/background-opt.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover; */
  text-align: center;
}

/* h1 {
  color: white;
  padding: 50px 0 17px 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
} */
/* 
form {
  margin: 0;
  padding: 30px;
  text-align: left;
}

input[type="text"],
input[type="password"],
button {
  font-size: 16px;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0;
  width: -webkit-fill-available;
}

label {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: .5px;
  margin-bottom: 10px;
  display: block;
  font-size: 11px;
  font-weight: 600;
}

input[type="text"],
input[type="password"] {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  color: #939393;
  padding: 0px 0px 0px 12px;
  margin-bottom: 30px;
}

button {
  color: white;
  background: #005D9A;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
  border: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.log-form {
  background: #002F4E;
  box-shadow: 0 2px 4px 0 rgba(177,177,177,0.50);
  border-radius: 8px;
  width: 372px;
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-footer {
  width: 100%;
  padding: 0 0 15px 0;
}

.form-footer label {
  color: #ffffff;
  letter-spacing: 0;
  display: inline-block;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.form-footer input[type="checkbox"]{
  margin: 6px;
}

.wraper {
  width: 872px;
  margin: 0 auto;
}

#logo {
  margin: 70px 0 100px 0;
}

#logo img {
  width: 270px;
  height: 63px;
}

#bc-logo {
  margin: 70px 0 100px 0;
}

#copyright span {
  color: #939393;
  font-weight: 600;  
}

#copyright p {
  font-size: 12px;
  color: #939393;
  font-weight: 600;
  margin: 100px 0 0px 0;
  display: block;
  width: 100%;
  text-align: center;
  float: left;
}

#copyright p:last-child {
  margin: 5px 0 30px 0;
}

#copyright span {
  margin: 0 10px;
}

#copyright p a span:hover { 
  color: #005D9A !important;
}

.video-block {
  position: relative;
  background-color: black;
  display: block;
  width: 500px;
  height: 470px;
  float: left;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.video-block .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  background-size: cover;
  background-image: url(/assets/img/video-bg-city.jpg);
}

.video-block .overlay #playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  cursor: pointer;
} */


/* @font-face {
  font-family: ChaletBook_10032;
  src: url(/fonts/ChaletBook_10032.ttf);
} */

.infoRow {
  background: #003359;
  min-height: 100vh;
  background-image: url(/assets/img/loginneighborhood.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  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;
}

.loginFormContainer {
  min-height: 100vh;
  background: #FFFFFF;
}

.loginFormHeader {
  margin-top: 5%;
}

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

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

.loginFormWrapper {
  /* margin-top: 10vh; */
}

.loginRowWrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.loginFormWrapper form div label {
  position: relative;
  top: 18px;
  background: white;
  left: 8px;padding:3px;
  font-weight: 600;
  font-size: 14px;
  color: #003359;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.loginFormWrapper 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;
}

.loginFormWrapper div a {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: rgba(30, 30, 30, 0.5);
  cursor: pointer;
  text-decoration: none;
}

.pendingMessage{
  margin-top: 10%;
}

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

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

.text-right span {
  font-size: 12px;
}

.twoColumnsContainer {
  height: 100vh;
  overflow: hidden;
}

@media only screen and (max-width: 1480px) {
  .copyright {
    font-size: 10px !important;
  }
}

@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;
  }

}

@media only screen and (max-width: 991px) {
  .twoColumnsContainer {
    height: auto;
    overflow: unset;
  }

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

  .loginFormContainer {
    width: 100%;
    table-layout: fixed;
  }
}

@media only screen and (max-height: 900px) {
  .loginFormWrapper form button {
    padding: 10px 0px;
  }
}

@media only screen and (max-height: 750px) {
  .loginFormWrapper form button {
    padding: 8px 0px;
  }
}


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

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

  .loginFormWrapper {
    transform: scale(0.88);
  }

}

@media only screen and (max-height: 550px) {
  .loginFormWrapper form button {
    padding: 6px 0px;
  }
}

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

@media only screen and (max-height: 500px) {
  .infoRowWrapper > div span {
    font-size: 14px;
  }
}

@media only screen and (max-height: 400px) {
  .infoRowWrapper > div span {
    font-size: 14px;
  }
  
}

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

@media only screen and (max-height: 400px) {
  .infoRowWrapper > div span {
    font-size: 14px;
  }
  
}

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

#passwordSuccessfullyChangedMessage {
  position: absolute; 
  top: 40px; 
  left: 0; 
  right: 0; 
  background-color: #474747; 
  color: white; 
  margin: auto; 
  width: 100%; 
  border-radius: 3px; 
  padding: 15px; 
  max-width: 35%;
}

#securityQuestionsModalTitle {
  font-size: 24px; 
  font-weight: 500; 
  line-height: 35px; 
  color: #003359;
}

#securityQuestionsModalSubtitle {
  font-size: 16px; 
  font-weight: 400; 
  line-height: 24px;
}

.securityQuestionLabel {
  font-size: 14px; 
  font-weight: 600; 
  color: #003359; 
  text-transform: uppercase;
}

#nextBtn {
  width: 50%; 
  margin: auto; 
  display: block; 
  padding: 10px; 
  background: #0099CC; 
  color: white;
}

#finishBtn {
  width: 50%; 
  margin: auto; 
  display: block; 
  padding: 10px; 
  background: #0099CC; 
  color: white; 
  display: none
}