body {
	padding: 5%;
	color: #333333;
}
#page-holder {
	max-width: 1200px;
}
#page-footer {
	border-top: 1px solid #e3e3e3;
	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: 8px;
    -webkit-appearance: none;
}
#form-actions button:first-child {
	margin-left: 0;
}
#form-actions button.selection:first-child {
    float: left;
    margin: 0px 0px 0px 25px;
    padding: 0;
}
#form-actions .image {
    vertical-align:middle;
    width:120px;
    float:left;
}
#form-actions .image:hover {
    opacity: 0.7;
}

#form-container {
	background: rgba(245, 245, 245, 1);
	padding: 24px 30px;
	margin: 0 10px;
    border-radius: 4px;
}

#passwordVisibilityToggle {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    border-color: #ccc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

a.lang-selector {
	padding: 0 6px;
	border-right: 1px solid #e3e3e3;
}
a.lang-selector.first{
	border-left: 1px solid #e3e3e3;
}
span.form-heading {
	font-size: 26px;
	padding: 30px 0 8px 0;
	display: block;
}
span.form-details {
	font-size: 16px;
}
.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 {
	padding-top: 5px;
	padding-bottom: 5px;
    border-radius: 1px;
    box-shadow: 3px 3px 6px -3px rgba(64, 64, 64, 0.5);
}

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

.btn-default {
	background-image: linear-gradient(to bottom, #FAFAFA 2%, #EFEFEF 98%);
	border-color: #C5C5C5 #C5C5C5 #BCBCBC;
}

.btn-primary {
    background: transparent -moz-linear-gradient(center top , rgb(175, 194, 212) 0%, rgb(175, 194, 212) 1px, rgb(91, 131, 168) 1px, rgb(33, 88, 137) 100%) repeat scroll 0% 0%;
    background: transparent linear-gradient(rgb(175, 194, 212) 0%, rgb(175, 194, 212) 1px, rgb(91, 131, 168) 1px, rgb(33, 88, 137) 100%) repeat scroll 0% 0%;
    border-color: #194872;
    border: 1px solid rgb(101, 145, 201);
}

/* 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;
}

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

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

.passwordVisibilityToggle {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    border-color: #ccc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}