* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

form {
  background: #ffffff;
  width: 100%;
}

.form-field {
  width: 100%;
  padding-bottom: 20px;
}

label {
  font-size: 14px;
  width: 100%;
  color: #33475b;
  display: block;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
 margin-top: 20px;
}


input[type="text"],
input[type="email"],
input[type="phone"] {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  outline: none;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

input[type="text"]:focus,
 input[type="email"]:focus,
input[type="phone"]:focus {
  border: 2px solid rgba(82, 168, 236, 0.8);
}

select {
  width: 100%;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  background-color: #f5f8fa;
  outline: none;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.split-form-field-n2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.split-form-field-n3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.sc-button {
margin-top: 20px;
  background-color: #c60c35;
  border: none;
  outline: none;
  color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  border-radius: 3px;
  padding: 8px 16px;
cursor: pointer;
}


.popover {
    position: static!important;
    margin: 5px 0 10px!important;
    font-size: 11px!important
}

 .popover .popover-content {
    color: #c23934
}
