.caf .form-group {
  margin-bottom: 15px;
}
.caf label {
  display: block;
  margin-bottom: 5px;
  color: #1f364a;
}

.caf input[type="checkbox"] {
  margin-right: 10px;
}
.caf .form-group.checkbox {
  display: flex;
  align-items: center;
}
.caf .error {
  color: red;
  font-size: 12px;
}
.caf .buttons {
  margin-top: 20px;
}
.caf .buttons button {
  padding: 10px 20px;
  margin-right: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.caf .btn-ok {
  background-color: #1a76e2;
  color: #ffffff;
}
.caf .btn-cancel {
  background-color: #eeeeee;
  color: #1f364a;
}
.caf a {
  color: #1973dd;
  text-decoration: none;
}
.caf a:hover {
  color: #1f364a;
  background-color: #e9f2ff;
}
.caf select#country {
  padding-left: 30px;
}
.caf select#country option {
  padding-left: 30px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 5px center;
}
.caf select#state option {
  padding-left: 10px;
}

.caf .check_phone__btn {
	flex: 1;
}