html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
    .col-md-3, .col-md-9 {
        width: 100% !important;
        display: block!important;
        float: none!important;
    }
    .col-md-6 {
        width: 100%!important;
        display: block!important;
        float: none!important;
        max-width: 100%!important;
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form_container {
  padding: 20px;
  border: 1px solid #191919;
  border-radius: 10px;
}

.center-logo{
  display :flex;
  justify-content :center;
  align-items : center;
  margin-top: 20px;
  margin-bottom: 30px;
}






