*{
    box-shadow: none!important;
}

.btn{
    font-size: xx-small;
}
label{
    font-size: xx-small;
}
.form-control{
    font-size: xx-small;
}
.container{
    border-color: black!important;

}
body{
    height: 100% !important;
    background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url("../img/agro5.jpg");
    background-size: cover;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

body{
    height: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url("../img/agro5.jpg");
}



}