body{
   background-color: #f8f9fa;
}

.error-message{
   padding: 10px;
   background-color: #ffebee;
   color: #b71c1c;
   font-size: 0.9em;
   margin-bottom: 20px;
}

.success-message{
   padding: 10px;
   background-color: #a7ffeb;
   color: #000000;
   font-size: 0.9em;
   margin-bottom: 20px;
}

.sub_header_red{
   color: #b71c1c;
   font-size: 0.9em;
   font-variant: small-caps;
}

.sub_header_green{
   color: #006400;
   font-size: 0.9em;
   font-variant: small-caps;
}

div{
   text-align: center;
}

div.header-top {
  margin-top: 25px;
  min-height: 170px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 2px 2px 5px #e9ecef;
  transition: transform 0.5s ease-in-out, top 0.5s ease-in-out;
  position: relative;
  z-index: 1000;
}


div.header-top.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  transform: translateY(-25px); /* Smooth upward shift */
  min-height: 110px;
  width: 96%;
  border-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-bottom: 10px;
}

.top_header{
   height: 35px;
   margin: 5px 0 5px 0;
   padding: 2px 0;
   border-bottom: solid 1px #e9ecef;
   text-align: left;
}

.light_right_border{
   border-right: solid 1px #e9ecef;
}

/* Links and Navigation */

.link_text{
   display: inline-block;
   margin-right: 2px;
   vertical-align: middle;
   padding: 5px 2px 10px 10px;
   font-size: 1.2em;
   font-weight: bold;
   text-decoration: none;
   color: #001391;
}

.link_glyph{
   display: inline-block;
   font-size: 1.5em;
   color: #001391;
   text-decoration: none;
}


ul.header_primary_links{
   padding: 0 !important;
   margin: 0;
   display: inline-block;
   list-style-type: none;
   text-align: left;
}

ul.header_primary_links li{
   display: inline-block;
   padding-right: 20px;
}

.header_primary_links a:link{
   font-size: 15px;
   line-height: 16px;
   color: #001391;
   font-weight: bold;
   text-decoration: none;
}

.header_primary_links a:visited{
   font-weight: bold;
}

.header_primary_links a:hover{
   text-decoration: none;
}

.space_left_20{
   padding-left: 15px;
}

.bottom_header{
   text-align: left;
}


ul.header_secondary_links{
   padding: 0;
   display: inline-block;
   list-style-type: none;
   text-align: left;
}

ul.header_secondary_links li{
   display: inline-block;
   padding-right: 0 10px;
}

.header_secondary_links a:link{
   font-size: 15px;
   line-height: 16px;
   color: #001391;
   font-weight: bold;
   text-decoration: none;
   padding: 0 25px 0 0;
}

.header_secondary_links a:visited{
   font-weight: bold;
}

.header_secondary_links a:hover{
   text-decoration: none;
}


/* Form Styles */
.single_form{
   width: 100%;
   margin: 50px 20px 20px 20px;
   padding: 40px;
   text-align: left;
   box-shadow: 2px 2px 5px #c0c0c0;
   border-radius: 10px;
   background-color: #ffffff;
}

.single_form h1{
   text-align: center;
   margin-right: auto;
   margin-left: auto;
   font-size: 2em;
   padding-bottom: 30px;
   color: #001391;
}

.single_form label{
   text-align: left !important;
   font-weight: normal;
}