.btn-submit {
    background: #004A86;
    color: #fff;
}

#codeBtn {
    border: 1px solid #004A86;
    background: rgba(0,91,172,0.10);
    color: #004A86;
}

.default-color {
	color: #004A86!important;
}

.default-border {
	border-bottom: 2px solid #004A86!important;
}

.default-border-1px {
	border: 1px solid #004A86!important;
}

.default-bgcolor {
	background-color: #004A86!important;
}

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

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

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

input[type=checkbox]:checked:after {

  background-color: #004A86;
  border: 1px solid #004A86;

  content: "✓";

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

}

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

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

