.backgound-img {
    background-image: url(../images/Win-\(9\).jpg);
    background-position: top center;
    background-size: cover;
    height: 100vh;
    display: flex;
    background-repeat: no-repeat;
    padding-top:100px;
}

.custome-label {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.input-filds {
    display: inline-flex;
    height: 60px;
    padding: 16px 24px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background-color: inherit;
    font-family: "Century Gothic";
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #FFF;
    border: #FFF 1px solid;
}

.input-filds:focus {
    color: white;
    background-color: inherit;
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgba(250, 206, 141, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(250, 206, 141, 0.25);
    font-family: inherit;
    font-size: 14px;
}

.background-color {
    background: #E97925;
    border-radius: 20px;
    padding: 20px 40px;
}

.submit-now {
    display: inline-flex;
    height: 50px;
    padding: 33px 59px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    color: #E67925;
    font-family: Judson;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid #E67925;
    background: #FFF;
}

.submit-now:hover {
    background: #E67925;
    color: #FFF;
    transition: 0.5s;
}

.submit-now:focus {
    color: white;
    background-color: inherit;
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgba(250, 206, 141, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(250, 206, 141, 0.25);
    font-family: inherit;
    font-size: 14px;
}



input::placeholder {
    color: #FFF;
    /* or any color you want */
}


.custome-img {
    width: 100%;
    max-width: 800px;
    height: auto;
}



@media (max-width: 768px) {
  .background-color{
    width: 80%;
  }
  
  .backgound-img {
    padding-top:20px;
  }
  
  .pcustom-0 { padding:0px !important; }



}