.login-form-container {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  width: 450px;
  height: 400px;
}
.login-right-section {
  height: 100%;
}

.package-card {
  border-color: #003473;
  border: 1px solid;  
  border-radius: 0px;
}

.signup-footer {
}

.border-container {
  border: 1px solid #a1a3a5;
  border-radius: 6px;
  padding: 37px;
    padding-top: 42px;
    line-height: 1;
}

@media only screen and (min-width: 992px) {
  .lgnform-dv {
    margin-left: 10%;
    width: 100%;
  }  
}

@media only screen and (max-width: 760px) {
  .signup-footer {
    position: relative;
    bottom: 10px;
  }
  

}


.survey-question-card {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 7px;
}

.text-question-container {
  margin-top: 10px;
  padding: 20px; 
}

.text-question-container.odd {
  background: #eef6ffa1;
}
.question-container {
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-content: center;
}
.question-container.odd {
  background: #eef6ffa1;
  padding-top: 20px;
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-content: center;
}

.question-radio, .question-checkbox {
  border: 0px;
  /* width: 100%; */
  height: 1.5em;
}

.wrap {
    text-align: center;
     margin: auto;
}
.center-block {
    display: inline-block;
}