.btn{
    text-transform: uppercase;
}
.btn:disabled{
    opacity: 0.5;
}

.btn,
.form-control{
    min-height: 50px;
    line-height: 1.9;
}

.btn-outline-secondary{
    color: #263238;
    border-color: #263238;
}

.btn-outline-dark{
    color: #000;
    border-color: #000;
}


.form-group{
    margin-bottom: 30px;
}

.form-control{
    border-color :#000;
    color :#000;
}

.bg-dark{
    background: #000 !important;
}

body.ada-enable .btn:focus,
body.ada-enable a:focus,
body.ada-enable .form-control:focus{
    box-shadow: none;
    outline: 3px solid rgba(0,123,255,.5);
}



@media only screen and (min-width: 1370px) and (max-width:1450px){
    .container{
     width: 1280px;
    }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .container{
            width: 1400px;
        }
      }
}

@media only screen and (min-width: 1451px) and (max-width:1799px){
    .container{
        max-width: 1400px;
    }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .container{
            width: 1400px;
        }
      }
}


@media only screen and (min-width: 1800px) and (max-width:2000px){
    .container{
     max-width: 1440px;
    }
}

@media only screen and (min-width: 2001px) and (max-width:2200px){
    .container{
        max-width: 1440px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container{
        width: 1400px;
    }
  }
