.cps-customer-panel {
  box-sizing: border-box;
  width:100%;
}
.step-content {
  margin-bottom: 28px;
}
.btn {
  font-family: inherit;
}
input, textarea, select, button {
  font-family: inherit;
}
::-webkit-input-placeholder { color: #b3cfff; }
:-ms-input-placeholder { color: #b3cfff; }
::placeholder { color: #b3cfff; }