.btn-submit {
    background: #2942A6;
    color: #fff;
}

#codeBtn {
    border: 1px solid #2942A6;
    background: none;
    color: #2942A6;
}

.default-color {
	color: #2942A6!important;
}

.default-border {
	border-bottom: 2px solid #2942A6!important;
}

.default-border-1px {
	border: 1px solid #2942A6!important;
}

.default-bgcolor {
	background-color: #2942A6!important;
}

.default-disabled {
	color: grey !important;
	border: 1px solid grey !important;
}

.van-cell:not(:last-child)::after {
	border-bottom: 1px solid #2942A6!important;
}

.van-button--primary {
  background-color: #2942A6;
  border: 1px solid #2942A6;
}

input[type=checkbox]:checked:after {

  background-color: #2942A6;
  border: 1px solid #2942A6;

  content: "✓";

  font-size: 12px;
  text-align: center;
  line-height: 14px;

}

.bordercss {
  border: 1px solid #8F002F;
}

body {
  -webkit-text-size-adjust: 100% !important;
}

.header-bg {
  background-color: rgba(41,66,166,0.70);
}

