<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'SiyamRupali';
    src: url('/Content/fonts/SiyamRupali/Siyamrupali.eot'); /* IE9 Compat Modes */
    src: url('/Content/fonts/SiyamRupali/Siyamrupali.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Content/fonts/SiyamRupali/Siyamrupali.otf') format('opentype'), /* Open Type Font */
    url('/Content/fonts/SiyamRupali/Siyamrupali.svg') format('svg'), /* Legacy iOS */
    url('/Content/fonts/SiyamRupali/Siyamrupali.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/Content/fonts/SiyamRupali/Siyamrupali.woff') format('woff'), /* Modern Browsers */
    url('/Content/fonts/SiyamRupali/Siyamrupali.woff2') format('woff2'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

.validation-summary-errors,
.field-validation-error span {
    color: red;
}

body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.center {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    /*margin-bottom: 10px;*/ /* Added */
}</pre></body></html>