body{
    font-family: 'Poppins';
    padding-top: 56px;
}

.hero{
    background-image: url('./banner.jpg');
    width:100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero .card{
    width: 300px;
    margin-right: 50px;
}

.form-select,
.form-control,
.btn{
    box-shadow: none !important;
}

label.form-label{
    font-weight: 500;
}