* {
    font-family: 'Oxygen', sans-serif;
    /* text-align: center; */
}

body {
    /* background-image: url("../assests/banner2.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width:600px) {
    .contact-box {
        background-color: rgba(255, 255, 255, 0.459);
        position: absolute;
        top: 20%;
        left: 49%;
        transform: translate(-50%, 0px);
        color: black;
        height: 56%;
        width: 40%;
        border-radius: 25px;
        box-shadow: 0px 0px 5px rgb(69, 71, 66);
    }
    .popup button {
        padding: 5px 12px;
        margin: 26px 5px 0 -10px;
        cursor: pointer;
    }
}

.contact-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.input-group {
    margin-bottom: 7px;
}

.btn {
    margin-right: 10px;
}

.contact-submit {
    margin-left: 42%;
    ;
    text-align: center;
}

.logo {
    position: relative;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.btn .btn-primary {
    border-radius: 0%
}

.popup button {
    float: left;
    background-color: #4E3E55;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    font-weight: 600;
    border-radius: 3px;
    padding: 5px 12px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

.popup button:focus {
    outline: none;
}

.popup button:hover {
    background-color: #33DE23;
}

.popup button:active {
    background-color: #81ccee;
}

#backgroundDiv {
    background-image: url("{% static 'tractor1.jpg' %}");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 100%;
    height: auto;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    border-radius: 0 .25rem .25rem 0;
}

@media (max-width: 425px) {
    .form-group {
        width: 90%;
    }
}

body {
    background: #f5f7fa;
}

.form-group {
    margin-bottom: .5rem;
}

@media (max-width: 767px) {
    .card.w-75 {
        width: 100%!important;
    }
    .card {
        margin-top: 3rem!important;
    }
}

@media (min-width: 425px) and (max-width: 767.98px) {
    .p-0 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important;
    }
}