input::placeholder {
  color: inherit !important;
  opacity: 0.6;
}

#mv-registration .disabled {
  filter: grayscale(100%);
}

#mv-registration .login-field {
  border: 1px solid #b3b5b6;
  border-radius: 6px;
  margin: 10px auto 2px;
  padding: 10px 5px;
}

#mv-registration .inputField {
  width: 100%;
  border: none;
  font-size: 15px;
  height: 100%;
  margin: 0;
  padding: 0 5px;
}

#mv-registration .modalRegisterBtn,
#mv-registration .modalSaveBtn {
  background-color: #0060a1;
  font-family: bodyfont !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: initial;
  letter-spacing: 0.12px;
  justify-content: center;
  min-width: 100px;
  border-color: transparent;
}

#mv-registration .modalSkipBtn {
  background-color: #febc04;
  font-family: bodyfont !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  line-height: initial;
  letter-spacing: 0.12px;
  justify-content: center;
  min-width: 100px;
  border-color: transparent;
}

#mv-registration .image-container {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: -250px;
  pointer-events: none;
}

#mv-registration .image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  transition: opacity 2s;
  z-index: -1;
}

#mv-registration .login-register-modal {
  background-color: transparent;
  color: #b4b5b6;
  padding: 1rem 1.25em;
}

#mv-registration .login-register-modal input,
#mv-registration .login-register-modal select {
  background-color: transparent;
}

#mv-registration .fw-bold {
  font-weight: 700;
}

#mv-registration .login-register-container {
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid;
  border-radius: 10px;
}

#mv-registration .register-logo {
  height: 100px;
  width: 80%;
  max-width: 400px;
  margin: 10px auto;
}

#mv-registration .register-logo img {
  height: 50%;
  width: 100%;
  margin-top: 5%;
  object-fit: contain;
  top: 10px;
  position: relative;
}

@media only screen and (max-height: 770px) {
  #mv-registration .image-container {
    margin-bottom: -200px;
  }
}

@media only screen and (max-height: 670px) {
  #mv-registration .image-container {
    margin-bottom: -250px;
  }
}
