.signup-bg-img {
  min-height: 100vh;
  overflow: hidden;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: top;
}

.bg-signup-form {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(7px);
  color: white;
  font-family: "Quicksand";
}

input.signup-input {
  border-bottom: 2px solid white;
}

.phone-input-container input[type="number"] {
  -moz-appearance: textfield;
}

.phone-input-container input::-webkit-outer-spin-button,
.phone-input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.blue-border-bottom {
  border-bottom: 2px solid;
}

.border-gradient-blue {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(0, #2196f3 0.01%, #1c639c 100%);
  border-image-slice: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
  background-color: transparent !important;
}

.signup-button {
  background-color: #2196f3;
  color: white;
  padding: 10px;
  border-radius: 3px;
}

.white-border-bottom {
  border-bottom: 1px solid white;
}

.flag-style {
  height: 14px;
  width: 28px;
}

.border-radius-3 {
  border-radius: 3px;
}

.font-size-7 {
  font-size: 7px;
}

.phone-signup {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  align-items: center;
}

.phone-signup > input {
  background-color: transparent;
  border: none;
  outline: none;
  letter-spacing: 3px;
}

.phone-signup > div {
  border-left: 1px solid black;
  height: 25px;
}

.min-width-container {
  min-width: 600px;
}

.button-style-signup {
  margin: 5px 15px 0 0;
}

.input-placeholder-style::placeholder {
  color: white;
}

.pad-input-style {
  padding: 0 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-weight: 300;
}

.signup-bg-checks-style {
  position: relative;
}

.signup-bg-checks-style > span {
  position: absolute;
  top: 5px;
  right: 3px;
}

@media screen and (max-width: 650px) {
  .min-width-container {
    min-width: auto;
  }
}

@media screen and (max-height: 530px) {
  .bg-signup-form {
    height: 100vh;
    overflow-y: scroll;
    padding: 4rem !important;
  }
}

@media screen and (max-width: 456px) {
  .bg-signup-form {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(0px);
    min-height: 100vh;
    border-radius: 0;
    margin: 0 !important;
  }

  input.signup-input {
    border-bottom: none;
    background-color: #ffffff30;
    border-radius: 5px;
    padding: 0 10px;
  }
  select.signup-input {
    border: none !important;
    background-color: #ffffff30;
    border-radius: 5px;
  }

  .button-signup {
    justify-content: center;
  }
  .button-signup > button {
    flex-grow: 2;
  }

  .city-input {
    width: 50% !important;
  }

  .margin-signup {
    margin-right: 0;
  }

  .sign-up-font {
    font-size: 12px;
  }

  .icon-input-sign-up {
    top: 9px;
    right: 5px !important;
  }
}

.stdropdown-container {
  border: none !important;
}

.stdropdown-tools svg {
  fill: white;
  height: 16px;
  width: 16px;
}

.stdropdown-menu {
  color: grey;
  border: 0 !important;
}

/* .stdropdown-input input::placeholder {
  color: white;
} */

.city-state-input-border-style {
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 2px solid white !important;
}

.stdropdown-input {
  padding: 0 !important;
}

.country-state-max-width-style {
  max-width: 125px;
}
