.background-container {
    background-image: url('../assets/images/blog_details_1_img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* opacity: 0.8; */
    background-color: black;
}
.container form input{
  /* background: transparent; */
  border: none;
  border-bottom: 1px solid white ;
  outline: none;
  /* border: 2px solid white; */
}


.container form input::placeholder {
 color: white; 
}

#container{
    background-color: rgba(62, 38, 31, 0.5);
}

.myinput{
color: #5e0707;
font-weight: 600;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

#status {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    text-align: center;
    font-size: 24px;
    color: #333;
}
@media screen and (max-width: 767px) {
h2 {
font-size: 20px;
}
label{
font-size: 13px;
}
}