@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&display=swap');

body{
    background-image: url('../img/lenexa_lab.jpeg');
    background-size: cover;

}
.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #32582345;
 
}

.bu-text{
    font-family: 'Montserrat', sans-serif;

    color: white;
    position: absolute;
    bottom: 50px;
    text-align: right;
    right: 50px;
    font-size: 4rem;
    font-weight: 700;
}


.bg{
    position: absolute;
    height: 100%;
    top:0;
    left: 0;
}

.con{
    position: relative;
    z-index: 10;
    padding: 50px;
}

.con h1{
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-top: 75px;
    font-weight: 600;
}

.con form{
    margin-top: 35px;
}

.con form label{
    font-family: 'Montserrat', sans-serif;
    color: white;
}
.con form div{
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.con form input{
    width: 30%;
    padding: 12px 5px 12px 5px;
}

.con .btn-1{
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.con p{
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-top: 25px;
}

@media screen and (max-width:500px) {
    .con{
        padding: 20px;
    }
    .bg{
        display: none;
    }
    .bu-text{
        display: none;
    }
    .con form input{
        width: 100%;
    }
    .overlay{
        display: none;
    }
    body{
    background-image: none;
    background-color: #325822;
    }
}


.btn-1{
    background-color:#68B049;
    border: none;
    
    font-family: 'Montserrat', sans-serif!important;
    color: #fff;
    margin-top: 10px;
    padding: 12px 42px;

}