.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:visited,
.btn-outline-primary:focus {
    /* background-color: #ef3528 !important; */
    border-color: #ef3528 !important;
    outline-color: red !important;
    color: #ef3528 !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus,
.btn-outline-primary:hover {
    background-color: #ef3528 !important;
    border-color: #ef3528 !important;
    outline-color: red !important;
    color: white !important;
    /* color: #ef3528 !important; */
}


body{
    color: #373f4c !important; 
    margin-bottom: 60px; /* Margin bottom by footer height */

}

.form-control:focus {
    border-color: #ff7800;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  }

/* 373f4c */
/* ef3528 */


html {
    position: relative;
    min-height: 100%;
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px; /* Vertically center the text there */
  }
  
  
  /* Custom page CSS
  -------------------------------------------------- */
  /* Not required for template or sticky footer method. */
  
  .container {
    padding: 0 15px;
  }


