<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}


.cardz {
  width: 800px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}

.formone {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 30px;

}

.formtwo {
  background-color: #1059B7;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 30px;
  color: white;


}

.inquiryheader {
  color: white;
  margin: 0 auto;
  padding-left: 10px;
  padding-right:10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;

}

.inquirytext {
  color: white;
  padding-left: 25px;
  padding-right:25px;
  padding-top: 10px;
  padding-bottom: 10px;

}

.headertitle {
 padding-left: 10px;
 padding-right:10px;
 padding-top: 10px;
 padding-bottom: 10px;
 text-align: center;
 color: #1059B7;
}

.headertext {
 padding-left: 25px;
 padding-right:25px;
 padding-top: 10px;
 padding-bottom: 10px;
}



.img {
   width: 750px;
   padding-left:-10px;
}


.headerimage {

 width: 100%;
   height: auto;
   left: 0px;
   right: 0px;

}

.headerimage1 {

 width: 100%;
   height: auto;
   left: -10px;
   right: 0px;
   padding-left: -10px;
 
}

.authcard {  
  width: 800px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

.bodyarea {
  padding-left: 10px;
  padding-right:10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
 padding-top: 10px;
}

.buttoncontainer {
  
  text-align: center;
  padding-bottom:10px;

}

.top-banner {
 background-color: #1059B7;
 color: white;
 padding-left: 10px;
   padding-right:10px;
   padding-top: 10px;
   padding-bottom: 10px;
   text-align: center;
   }
   
.buttonone, .bottontwo {

  display:inline;
  

}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error
{
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
}
</pre></body></html>