.sign-up {
  color: #000000 !important;

}

.text-primary {
  font-weight: 500 !important;
  color: rgb(4, 155, 209) !important;
}

.h-100 {
  height: 100vh !important;
}

a:hover {
  text-decoration: underline !important;
}

/* #create {
      margin-top: 1.25rem;
  } */

.text-danger {
  display: block;
}

.form-error-msg svg {
  font-size: 18px;
}

/* app logo change */
.app-logo {
  height: 50px;
  width: 216px;
  background: url("/static/images/logo-loyabuzz-svg.svg");
  background-size: cover;
}
.signup-poster{
  opacity: 100% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; 
}
.slider-content-text{
  top: -18%;
  opacity: 100% !important;
  color:#000000 !important;
}
.slider-content-text p{
  opacity: 100% !important;
}

/* signup form background */
.login-background{
  position: relative;
  overflow: hidden; 
}
.login-background-image{
  opacity:20%;
  position: absolute; 
  top: 50%; 
  left: 50%; 
  width: 100%;
  height: 100%; 
  object-fit: cover; 
  transform: translate(-50%, -50%); 
}
/* signup text with yellow circle style */
.signup-text {
  position: relative;
  font-size: 2rem;
  padding: 0 1rem;
}
.yellow-circle {
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background-color: #ffaf2e;
  border-radius: 50%;
  top: 10px;
  left: -1px;
  z-index: -1;
  opacity: 80%;
}
.signup-text::first-letter {
  position: relative;
  z-index: 1; 
}
/* signup form styles */
.login-form-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;  
  background: rgba(255, 255, 255, 0.2); 
  backdrop-filter: blur(2px); 
  border-radius: 15px; 
  width: 60%; 
  margin: auto; 
  border: 1px solid rgba(255, 255, 255, 0.5); 
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); 
}
.signup-form label{
  color: black;
}
.policy-link, .login-link{
  color: #067196 !important;
  font-size: 1em;
}
.policy-link:hover, .login-link:hover{
  color:#3255ad !important;
}
/* signup button */
.signup-button-container{
  width: 70%;
  margin:15px auto;
}
.signup-button {
  transition: all .3s;
  z-index: 1;
  border: none;
  box-shadow: 0 0 20px #b3aeae;
  color: black;
  width: 70%;
}
.signup-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffaf2e;
  border-radius: 15px;
  z-index: -2;
  }
.signup-button::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #067196;
  transition: all .3s;
  border-radius: 15px;
  z-index: -1;
  box-shadow: 0 0 20px #b3aeae;
}
.signup-button:hover {
  box-shadow: 0 0 20px #b3aeae;
}
.signup-button:hover::before {
  width: 100%;
}
.signup-form input{
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.signup-form input:focus{
  border-color: #067196;
  box-shadow: 0 0 0 0.25rem rgba(6, 113, 150, 0.25);
}


@media (max-width: 768px){
  .login-form-container{
    width: 80%;
    height: 60vh;
  }
}
@media (max-width: 990px){

}
@media (max-width: 580px) {
  .login-form-container{
    width: 100vw;
    min-height:100vh; 
    border-radius: 0;
  }
  .signup-button-container{
    width: 100%;
  }
  .signup-button{
    border-radius: 5px;
  }
}
@media (max-width: 480px){
  .login-form-container{
    width: 100vw;
    /* height:100vh; */
    border-radius: 0;
  }
  .signup-button-container{
    width: 100%;
  }
  .signup-button{
    border-radius: 5px;
  }
}
@media (max-width: 375px) and (max-height: 812px){
  .login-form-container{
    width: 100vw;
    /* height:100vh; */
    border-radius: 0;
    overflow: scroll;
  }
  .signup-button-container{
    width: 100%;
  }
  .signup-button{
    border-radius: 5px;
  }
  .app-logo {
    margin-bottom: 0;
  }
}
@media (max-width: 360px) and (max-height: 760px){
  
}
@media (min-width: 564px) {

}
@media (min-width: 576px) {

}
@media (min-width: 992px) {

}