body{
    margin-left: 50px;
    margin-right: 50px;
    overflow-x: hidden!important;
}

.input-group .form-control {
        width: 70%!important;
}
#footer{
    margin-top: 50px;
    background-color:#1493a4;
    color: #fff;

}

.btn-outline-secondary{
    background-color:#1493a4 !important;

}
.navbar-brand {
    padding-bottom: 1.25rem!important;
}

h1 {
    padding-bottom: 10px;
}
.container {
    max-width: 1024px !important;
}

@media (min-width: 1200px){
    .container {
        max-width: 1024px!important;
    }
}

