.chevrolet * {
  font-family: "chevrolet", sans-serif;
}
.chevrolet a {
  color: #1564be;
}
.chevrolet input[type=text], .chevrolet input[type=email], .chevrolet select, .chevrolet textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  background-color: transparent;
}
.chevrolet button {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  background-color: transparent;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
}
.chevrolet button.primary {
  border: #1564be 2px solid;
  background-color: #1564be;
  color: #fff;
}
.chevrolet button.primary:hover {
  background-color: #1564be;
  color: #fff;
  transition: ease-in-out 0.3s;
}
.chevrolet button.dark {
  background-color: #434740;
}
.chevrolet .check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chevrolet .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.chevrolet .check-container input:checked ~ .checkmark {
  background-color: #1564be;
  transition: ease-in-out 0.3s;
}
.chevrolet .check-container input:checked ~ .checkmark:after {
  display: block;
}
.chevrolet .check-container input:checked ~ .checkmark-blue {
  background-color: #0577d9;
}
.chevrolet .check-container input:checked ~ .checkmark-blue:after {
  display: block;
}
.chevrolet .check-container .checkmark, .chevrolet .check-container .checkmark-blue {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: #1564be 2px solid;
}
.chevrolet .check-container .checkmark:after, .chevrolet .check-container .checkmark-blue:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.chevrolet .radio-button {
  position: relative;
  margin-right: 5px;
}
.chevrolet .radio-button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1564be;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.chevrolet .radio-button::after {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 2;
}
.chevrolet .radio-button:checked::after {
  background-color: #1564be;
}

.inputcontainer {
  position: relative;
}
.inputcontainer .error-msg {
  padding-top: 0px;
  color: red;
  font-size: 0.7em;
  position: absolute;
}

.input-groups {
  position: relative;
  border-collapse: separate;
  display: block;
  margin: 0 0 0 20px;
}

.input-group-addon:first-child {
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
  background: #fff;
}

/*# sourceMappingURL=index.css.map */
