body {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-color: #8A533E;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* From https://css.glass */
.box {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.box:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

input{
  background: 0;
  outline: 0;
  border: 0;
  border-bottom: 2px solid rgba(255,255,255, 0.3);
  border-radius: 0px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(255,255,255, 0.8);
  margin-bottom: 1rem;
}

.btn{
  border: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.9px);
  -webkit-backdrop-filter: blur(8.9px);
  font-size: 18px;
  font-weight: bold;
  color: rgba(255,255,255, 0.8);
}

.btn:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

/* Placeholder Color*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255, 0.4);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255, 0.4);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255, 0.4);
}

/* Hide Input Arrows */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.iti__country-list {
  color: black;
}

.iti__arrow {
  border-top: 4px solid rgba(255,255,255, 0.7);
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid rgba(255,255,255, 0.7);
}

.iti__selected-dial-code {
  opacity: 0.8;
}

.phone{
  width: 220px;
}

.modal-content {
  background: rgba(255, 255, 255, 0.6);
}

.modal-header {
  border-color:rgba(255, 255, 255, 0.3)
}