html,body {
  height: 100%;
}

.container-fluid{
  padding-top: 10px;
  min-height: 250px;
}

.container-fluid-login{
  padding-top: 10px;
  min-height: 700px;
}

.dot {
   height: 15px;
   width: 15px;
   background-color: red;
   border-radius: 80%;
   display: inline-block;
   margin-right: 1px;
   margin-left: 1.5px;
   margin-top: 10px;
 }

.heading{
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  background-color:#f8f9fa!important;
  font-weight: 400!important;
  color: #6c757d!important;
  font-family: 'Red Hat Display';
}

.head-resize{
  padding: auto;
  margin: auto;
  align-items: left;
  align-self: stretch;
}
.footerFixed {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    font-size: small;
    background-color:#f8f9fa;
    color: gray;
    text-align: center;
 }

 .footer {
    height: 50px;
    font-size: small;
    background-color:#f8f9fa;
    color: gray;
    text-align: center;
 }
@media only screen and (max-width: 2950px){
  .container-fluid {
     min-height: 390px;
  }
}
@media only screen and (max-width: 1350px){
  .container-fluid {
     min-height: 360px;
  }
}
@media only screen and (max-width: 1100px){
 .container-fluid {
    min-height: 440px;
 }
}
@media only screen and (max-width: 1024px){
   .container-fluid {
      min-height: 380px;
   }
}
@media only screen and (max-width: 768px){
  .container-fluid {
      min-height: 690px;
  }  
}
@media only screen and (max-width: 580px){
   .container-fluid {
      min-height: 480px;
   }
}

@media only screen and (max-width: 411){
   .container-fluid {
      min-height: 500px;
   }
}

@media only screen and (max-width: 375px){
   .container-fluid {
      min-height: 520px;
 }
}
@media only screen and (max-width: 361px){
   .container-fluid {
      min-height: 400px;
   }
}