@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700");
input, select, textarea {
  background: #fff;
  max-width: 100%; }

select.input-1 {
  font-family: inherit;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em; }

.v-form {
  width: 100%; }
  .v-form input[type="checkbox"] {
    height: 17px;
    width: 17px;
    position: static;
    border: 1px solid #79747E;
    opacity: 1; }
  @media (max-width: 768px) {
    .v-form__container {
      padding: 24px !important; } }
  .v-form .input-box {
    margin-bottom: 24px; }
    .v-form .input-box.error {
      margin-bottom: 4px; }
      .v-form .input-box.error .alert {
        min-height: 20px;
        height: 100%;
        width: 100%; }

#form {
  width: 40vw;
  margin: 0 auto;
  margin-top: 50px; }

.input-box {
  position: relative;
  margin: 0; }
  .input-box, .input-box * {
    box-sizing: border-box; }
  .input-box textarea ~ .input-label {
    top: 17px; }
  .input-box .input-label {
    z-index: 2;
    position: absolute;
    color: #49454F;
    font-size: 16px;
    font-weight: 400;
    max-width: calc(100% - (2 * 8px));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 8px;
    top: calc(50% - 16px / 2);
    padding: 0 8px;
    transition: 250ms;
    user-select: none;
    pointer-events: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.005em; }
    .input-box .input-label svg {
      position: relative;
      width: 15px;
      height: 15px;
      top: 2px;
      transition: 250ms; }
  .input-box .input-1 {
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    border-radius: 32px;
    color: #202124;
    border: 1px solid #79747E;
    padding: 13px 15px;
    transition: 250ms;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    outline: 1px solid transparent; }
    .input-box .input-1:focus {
      outline: none;
      border: 2px solid #00AD31;
      transition: 250ms;
      outline: none; }
    .input-box .input-1::placeholder {
      color: #49454F; }

.input-box.error .input-label {
  color: #FC554C;
  top: -12px;
  background: #fff;
  font-size: 11px;
  transition: 250ms; }
.input-box.error .input-1 {
  border: 2px solid #FC554C; }

.input-box.fill .input-label:first-of-type {
  color: #1C1B1F; }
.input-box.fill.error .input-label:first-of-type {
  color: #FF4741; }

.input-box.focus .input-label,
.input-box.fill .input-label,
.input-box.active .input-label {
  color: #00AD31;
  top: -12px;
  background: #fff;
  font-size: 11px;
  transition: 250ms; }
  .input-box.focus .input-label svg,
  .input-box.fill .input-label svg,
  .input-box.active .input-label svg {
    position: relative;
    width: 11px;
    height: 11px;
    top: 2px;
    transition: 250ms; }

.input-box.active .input-1 {
  border: 2px solid #00AD31; }

.pull-right {
  float: right; }

.clear {
  clear: both; }

textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  min-height: 134px; }

.v-check {
  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;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1F2E55; }

/* Hide the browser's default checkbox */
input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px; }

/* On mouse-over, add a grey background color */
.v-check:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.v-check input:checked ~ .checkmark {
  background-color: #0089B0; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.v-check input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.v-check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.input-box .selection-box:before {
  display: none; }
.input-box .selection-box:after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%237D838C' stroke-width='1.6'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  right: 12px;
  top: calc(50% - 8px); }

input.input--clear {
  background: none;
  border: none;
  outline: none; }
  input.input--clear::placeholder {
    color: inherit; }

.input-box .password-eye {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 16px; }
  .input-box .password-eye svg:not(.active) {
    display: none; }

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