body {
  background-color: #DDD;
}

/*Over write the tips bg color*/
#tip-container {
  background-color: rgb(0, 0, 0, 0.6) !important;
}

.form-panel {
  max-width: 380px;
  width: 100%;
  margin: 40px auto auto auto;
  background-color: #fff;
  padding: 10px 25px 25px 25px;
  border-radius: 4px;
}

.form-panel .form-control:focus {
  border-color: #ced4da;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.form-panel .form-heading {
  font-size: 32px;
  text-align: center;
  margin: 25px 0;
}

.form-panel #logo {
  width: 225px;
  min-height: auto;
  margin: 25px auto 30px auto;
  display: block;
}

.form-panel input {
  height: 44px;
  border-radius: 5px;
  margin: auto;
}

.form-panel .form-group {
  height: 42px;
}

.form-panel .input-group-append {
  background-color: #DDD;
  border-radius: 0 4px 4px 0;
}

.form-panel .input-group-append a {
  color: #888;
  font-size: 14px;
}

.form-panel .input-group-append a:hover {
  color: #444;
}

.form-panel .form-group.button-group {
  margin-top: 40px;
}

.form-panel .form-group.button-group.min-top {
  margin-top: 20px;
}


.form-panel .form-group.button-group a.btn {
  border-radius: 22px;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  padding: 0;
  width: 48%;
}

.form-panel .form-group.button-group a.btn:first-child {
  margin-right: 4%;
}

.form-panel .form-group.agreement {
  font-size: 16px;
  margin-top: 20px;
}

.form-panel .form-group.agreement input {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 6px;
}

.form-panel .form-group.agreement span,
.form-panel .form-group.agreement a {
  line-height: 40px;
  height: 40px;
}

.form-panel .form-group.input-group input {
  width: 48%;
}

.form-panel .form-group.input-group input:first-child {
  margin-right: 4%;
}

#survey-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

#survey-list .main-title {
  font-weight: bolder;
  font-size: 22px;
  margin-bottom: 14px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

#survey-list .main-title span {
  display: block;
  font-size: 16px;
  font-weight: lighter;
  margin: 14px auto;
  color: #888
}


#survey-list .survey-center {
  /* display: flex;
  justify-content: center; */
  margin-top: 24px;
}

#survey-list .survey-item {
  /* background-color: red; */
  margin-bottom: 14px;
}

#survey-list .survey-item .title {
  padding-bottom: 10px;
  font-size: 16px;

}

#survey-list .survey-item .title strong {
  padding-right: 6px;
}

#survey-list .survey-item .detail {}

#survey-list .survey-item .detail label {
  display: block;
  line-height: 20px;
  font-size: 16px;
}

#survey-list .survey-item .detail label input {
  height: 16px;
  margin-right: 10px;
}

.password-tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgb(0, 0, 0, 0.6);
}

.password-tip .tip-info {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -220px;
  display: block;
  width: 440px;
  background-color: #ddd;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1.0;
  padding: 30px 35px;
}

.password-tip .tip-info .text-detail .icon-warn {
  color: rgb(252, 103, 33);
  padding-right: 12px;
  font-size: 1.4rem;
}

.password-tip .tip-info .text-detail .title {
  font-size: 1.1rem;
}
.password-tip .tip-info .text-detail .title.small-title{
  font-size: 0.9rem;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 8px;
}

.password-tip .tip-info .text-detail .detail {
  padding-left: 36px;
  font-size: 1rem;
  opacity: 0.8;
}
.password-tip .tip-info .text-detail .detail.small-detail{
  padding-left: 8px;
  font-size: 0.85rem;
}

.password-tip .tip-info .tip-button {
  padding-top: 30px;
  height: 60px;
  text-align: center;
}

.password-tip .tip-info .tip-button .tip-login-home {
  color: #fff;
  color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 16px;
  border-radius: 18px;
  cursor: pointer;
}

.password-tip .tip-info .tip-button .tip-login-setting {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  padding: 10px 16px;
  border-radius: 18px;
  cursor: pointer;
  margin-right: 26px;
}

.password-tip .tip-info .tip-button .tip-login-home:hover,
.password-tip .tip-info .tip-button .tip-login-setting:hover {
  opacity: 0.9;
}


#password-strength {
  /* width: 300px; */
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  color: #090809;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  line-height: 1;
  position: relative;
  height: inherit;
  width: inherit;
}

#password-strength .password-input {
  border: none;
  box-sizing: border-box;
  height: 100%;
  /* font-size: 18px; */
  /* padding: 14px 0 12px 14px; */
  width: calc(85% - 28px);
}

#password-strength .password-input:focus {
  outline: none
}

#password-strength .password-strength-info {
  color: transparent;
  font-style: italic;
  padding: 14px 12px;
  position: absolute;
  top: 1px;
  right: 0;
  text-align: right;
  transition: color 250ms ease-in-out;
  width: 15%;
  text-align: right;
  padding-right: 68px;
}

.password-strength.strength-0 .password-input {
  color: #D1462F !important;
}

.password-strength.strength-0 .password-strength-info {
  color: #D1462F !important;
}

.password-strength.strength-1 .password-strength-info {
  color: #D1462F !important;
}

.password-strength.strength-2 .password-strength-info {
  color: #57B8FF !important;
}

.password-strength.strength-3 .password-strength-info {
  color: #57B8FF !important;
}

.password-strength.strength-4 .password-strength-info {
  color: #2FBF71 !important;
}

.password-strength.strength-none .password-strength-bar {
  width: 0 !important;
}

.password-strength.strength-0 .password-strength-bar {
  background: #D1462F;
  width: 20% !important;
  margin-left: -12px;
}

.password-strength.strength-1 .password-strength-bar {
  background: #D1462F;
  width: 40% !important;
  margin-left: -12px;
}

.password-strength.strength-2 .password-strength-bar {
  background: #57B8FF;
  width: 60% !important;
  margin-left: -12px;
}

.password-strength.strength-3 .password-strength-bar {
  background: #57B8FF;
  width: 80% !important;
  margin-left: -12px;
}

.password-strength.strength-4 .password-strength-bar {
  background: #2FBF71;
  width: calc(100% + 26px) !important;
  margin-left: -12px;
}

#password-strength .password-strength-bar {
  box-sizing: border-box;
  height: 2px;
  position: relative;
  top: 5px;
  right: 1px;
  transition: width 300ms ease-out;
  width: 0;
}
