.background-container {
    background-image: url('../admin/dataimg/3d-rendering-business-meeting-working-room-office-building.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; */
  
}
.container form input{
  background: rgb(255, 255, 255);
  border: none;
  border-bottom: 1px solid white ;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* border: 2px solid white; */
}


.container form input::placeholder {
 color: #00a39e; 
}

#container{
    background-color: #deffff; ;
}

.myinput{
color: #00a39e;
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;
}
}