.upper_div{
    height: 200px;
    background-image: url('../img/darkred.jpg');
    background-position: bottom;
    background-size: 100% 100%;

}
.upper_div h2{
    color: white;
}
.form-control,.form-select{
    border: solid 1px rgb(170, 170, 243);
    width: 50%;
}
@media (max-width:997px) {
    .form-control,.form-select{
    width: 100%;
    }
    
}
.form-control:focus,.form-select:focus{
    border: solid 3px rgb(27, 203, 183);
    outline: none;
    box-shadow: none;
    
}
input,select,option,textarea{
    margin-bottom: 30px;
    font-size: 14px;
}
input::placeholder{
    font-size: 13px;
    color: lightgray;
}