html {
    height: 100%;
    min-width: 325px;
}
body{
    height: 100%;
    padding-top: 60px;
    padding-bottom: 62px;
}

#genesis_header{
    min-width: 325px;
    height: 60px;
}

body{
    background-color: rgb(255,255,255);
}
.bg-dark{
    background-color: rgb(52,58,64) !important;
    color: rgb(245,245,245) !important;
}
.bg-white{
    background-color: rgb(255,255,255) !important;
    color: rgb(33,37,41) !important;
}
.bg-light{
    background-color: rgb(248,249,250) !important;
    color: rgb(33,37,41) !important;
}
.bg-secondary{
    background-color: rgb(108,117,125) !important;
    color: rgb(33,37,41) !important;
}
.form-control{
    color: rgb(73,80,87) !important;
}
.input-group-text{
    background-color: rgb(233,236,239) !important;
    color: rgb(73,80,87) !important;        
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-secondary{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.blue-text{
    color: blue;
}
.red-text{
    color: red;
}
.login-logo{
    width:265px;
    height:125px;
    padding: 8px;
    background: url(IMGS/main-logo.png);
    background-size: cover;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

