
html, body{
	margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

html
{
	background-color: #333333;
}

body{
	margin:0;
	padding:0;
	position: relative;
	text-align: center;
	background-color: transparent;
	font-family: 'Poppins', sans-serif;
}

.adminFieldset
{
	border: solid; 
	border-width: thin; 
	border-color: #ffffff;
	/*padding: 20px;*/
	background-color: transparent;
	/*padding: 50px;*/
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.adminFieldsetLarge
{
	border: solid; 
	border-width: thin; 
	border-color: #333333;
	/*padding: 20px;*/
	background-color: transparent;
	/*padding: 50px;*/
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 30px;
}

.adminLegendLarge
{
	width: auto; 
	padding: 10px; 
	color: #333333;
}

@media screen and (max-width: 400px) 
{
	.adminFieldset 
	{
		padding-left: 20;
		padding-right: 20;
		width: 100%;
	}
}

legend,p, label
{
	color: #ffffff;
}

.label-for-blind-people {
	font-size: 1.2rem;
}

.wrapper{
    display: table-cell;
    text-align: center;
    vertical-align: middle;	
	text-shadow: 1px 1.732px 2px rgba(0, 0, 0, 0.5); 
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.transy{
	width: 100%;
	height: 100%;
	float: left;
	bottom: 0%;
	position: fixed;
	z-index: -1;
	background: url(/images/patternBg.png); 
	background-repeat: repeat; 
}

/*.transy{
	width: 100%;
	height: 100%;
	float: left;
	bottom: 0%;
	position: absolute;
	z-index: -1;
	background: url(http://t.wallpaperweb.org/wallpaper/nature/1920x1080/sevenbliss1920x1080wallpaper3645.jpg) no-repeat top center fixed; 
	opacity: 0.2;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

/*.transy{
	width: 100%;
	height: 100%;
	float: left;
	bottom: 0%;
	position: fixed;
	z-index: -1;
	background: url(/images/bg-summer.jpg) no-repeat top center fixed; 
	opacity: 0.4;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

.transyNoBg{
	width: 100%;
	height: 100%;
	float: left;
	bottom: 0%;
	position: absolute;
	z-index: -1;
	opacity: 0.2;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.hasDatepicker{
	display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    color: #67757c;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #4C5D66;
	color: white;
	text-align: center;
}

.btn-solid-reg {
    display: inline-block;
    padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
    border: 0.125rem solid #00e361;
    border-radius: 2rem;
    background-color: #00e361;
    color: #fff;
    font: 700 0.75rem/0 "Poppins", sans-serif;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #00e361;
	text-decoration: none;
}


input[type="text"], input[type="email"], textarea, select {

  background-color : #d1d1d1; 

}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: gray;
    background-color: #f9f2f4;
    border-radius: 4px;
}