@font-face {
  font-family: 'Seba Euclid';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('SebaEuclid-Regular-WebM.eot');
  src: local('Seba Euclid'), local('Seba Euclid'), url('SebaEuclid-Regular-WebM.woff2') format('woff2'),
    url('SebaEuclid-Regular-WebM.woff') format('woff');
}

body {
	font-family: 'Seba Euclid';
	padding: 5%;
	color: #000000;
    background-color: #EAECF0;
}
#page-holder {
	max-width: 1200px;
}
#page-footer {
	border-top: 1px solid #468158;
	margin-top: 30px;
	padding-top: 15px;
}
#form-holder, #blacklist-msg {
	margin-top: 20px;
}
#form-actions {
	margin: 30px 0 0 0;
}
#form-actions button {
	margin-left: 20px;
}
#form-actions button:first-child {
	margin-left: 0;
}
#form-container {
	background: #ffffff;
	padding: 24px 30px;
	margin: 0 10px;
    border-radius: 0px;
}
a.lang-selector {
	padding: 0 6px;
	border-right: 1px solid #468158;
}
a.lang-selector.first{
	border-left: 1px solid #468158;
}
span.form-heading {
	font-size: 26px;
	padding: 30px 0 8px 0;
	display: block;
    font-weight: 900;
    
}
span.form-details {
	font-size: 16px;
    color: #468158
}
.text-muted {
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.row {
		margin-bottom: 10px;
	}
	a.lang-selector {
		padding: 0 6px;
	}
	#form-container {
		margin: 0;
	}
	body {
		padding: 0;
	}
}
@media screen and (max-width: 350px) {
	#lang-holder span.form-details {
		font-size: 14px;
	}
	a.lang-selector {
		padding: 0 4px;
	}
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 900px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -99999;
}
@media screen and (max-width: 900px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -450px;   /* 50% */
	}
}

/* buttons */
.btn {
	font-family: 'Seba Euclid';
    padding-top: 5px;
	padding-bottom: 5px;
    border-radius: 25px;
    width=100%;
}

.btn:hover, .btn:focus {
	background-color: #194B46;
    background-position: inherit;
}

.btn-default {
	border-color: #194B46;
}

.btn-primary {
    border: 0px;
    background-color: #194B46;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    
}

/* alert message boxes */
.alert {
	color: #333333;
	background-image:none;
	box-shadow: none;
	padding: 5px 10px 5px 10px;
}	
.alert-warning {
	border-color: #FFD400;
    background-color: #FFE566;
}
.alert-danger {
	border-color:#A51717;
	background-color:#EA7878;
}

/* Form */
.form-heading {
	font-size: 16pt;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Detail text about the form */
.form-details {
	font-size: 10pt;
}

/* A form inputfield label */
.form-label {
	font-size: 10pt;
}
	
/* Error Message Box */

/* Outer box around error message */
.sls-global-errors-box {
	border: 1px solid red;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 6px;
	background-color: rgb(240, 190, 190);
	width: 574px;
   text-align: left;
}

/* error message */
.sls-global-errors-msg {
	font-size: 10pt;
}

 /*===============================================
  Page Footer Area
  ===============================================*/

/*===============================================
  Critical production warnings (in footer)
  Only visible if "debug.info" is set to "false"
  in the "sls.properties" configuration file.
  ===============================================*/

/* Outer DIV box around critical warnings */
.sls-critical-warnings {
	border: 3px solid red;
	padding: 4px;
	background-color: rgb(240, 190, 190);
}

/* Critical warnings heading */
.sls-critical-warnings h3 {
	font-size: larger;
	padding: 6px;
	color: white;
	margin-top: 0px;
	margin-bottom: 12px;
	border: none;
	background-color: red;
}

/* Upper, larger critical warnings label */
.sls-critical-warnings-txt {
	font-size: 10pt;
	font-weight: bold;
}

/* Critical warnings table (inner box with details) */
.sls-critical-warnings-table {
	margin-top: 10px;
	padding: 6px;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	border-left: solid 1px grey;
	border-top: solid 1px black;
	background-color: rgb(255, 220, 220);
}

/* Critical warnings details in inner box */
.sls-critical-warning {
	font-size: 10pt;
	color: #000000;
}

/*===============================================
  Debug Information List (in footer)
  Only visible if "debug.info" is set to "true"
  in the "sls.properties" configuration file.
 ===============================================*/

/* Sub-heading over each table */      
.debuginfo-h3 {
	font-size: 10pt;
}

/* Details table */	
.debuginfo-table {
	border-collapse: collapse;
	margin-left: 20px;
	padding: 0px;
	background-color: rgb(238, 238, 238);
	border: 1px solid rgb(120, 120, 120);
	font-size: 8pt;
}

/* Details table heading row */	
.debuginfo-heading {
	background-color: rgb(180, 180, 180);
	font-weigth: bold;
	text-align: left;
	font-size: 8pt;
}

/* Cell in table heading row */	
.debuginfo-heading th {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
}

/* Alternative table row */	
.debuginfo-alt {
	background-color: white;
}

/* Cell in alternative table row */	
.debuginfo-alt td {
	padding-left: 4px;
	padding-right: 4px;
}

/* Cell in default table row */	
.debuginfo-default td {
	padding-left: 4px;
	padding-right: 4px;
}

/* pwfield design */
.form-control {
    background-color: #E8E8E8;
    border: none;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    }
.form-group {
    margin-bottom: 0px;
}

/*===============================================
  Copyright / company label
 ===============================================*/

/* Copyright / company label */
.copyright-label {
   margin-top: 10px;
   text-align: center;
	font: 9px verdana;
	color: #848f96;
}