#configure .form_container {
  width: 361px;
  max-width: 100%;
}

#configure .form_container form {
  width: 100%;
  margin-bottom: 16px;
}

#configure .form_container form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  width: inherit;
}

#configure .form_container form .inputs label {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.166666666666667;
  color: #454545;
  cursor: auto;
  margin-bottom: 12px;
}

#configure .form_container form .inputs label img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  vertical-align: middle;
}

#configure .form_container form .inputs input[type="text"],
#configure .form_container form .inputs input[type="number"] {
  width: inherit;
  padding: 11px 20px;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.666666666666667;
  border: 0.5px solid rgba(0, 102, 255, 0.4);
  border-radius: 4px;
  outline: 0;
  color: #787878;
  width: inherit;
}

#configure .form_container form .inputs input[type="text"]:hover,
#configure .form_container form .inputs input[type="text"]:focus,
#configure .form_container form .inputs input[type="number"]:hover,
#configure .form_container form .inputs input[type="number"]:focus {
  outline: 0;
  border: 0.5px solid rgba(0, 102, 255, 0.4);
}

#configure .form_container p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.555555555555556;
  letter-spacing: -0.012em;
  color: #939599;
  margin: 0;
  margin-bottom: 90px;
}
.btn_arrow {
  margin-top: 5px !important;
  margin-left: -12px;
}
#configure .form_container .nextSkip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#configure .form_container .nextSkip .next {
  font-size: 18px;
  line-height: 1.555555555555556;
  color: #ffffff;
  padding: 10px 25px;
  background-color: #0066ff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
#configure .form_container .nextSkip button {
  border: none;
  margin: 2px;
}

#configure .form_container .nextSkip .next:hover {
  text-decoration: none;
}

#configure .form_container .nextSkip .next i {
  color: white;
  margin-left: 10px;
}

#configure .form_container .nextSkip .skip {
  margin-left: auto;
}

#configure .form_container .nextSkip .skip:hover {
  text-decoration: none;
}
@media only screen and (max-width: 575px) {
  .next {
    padding: 10px 20px;
  }
  #configure .form_container {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  #configure .form_container .nextSkip .next {
    padding: 5px 10px;
  }
}
