body {
font-size: 18px
}
p {
	font-size: 18px;
    color: #404040;
    font-size: modScale(0);
    margin: 0 0 20px;
    line-height: 1.56;
}

.image-bg-top, .lead-image-top {
    background-size: cover;
    background-position: 0% 100%;
    background-repeat: no-repeat;
}

.panel {
    border-radius: 0px;
}

.panel-default {
    margin-top: 50px;
	border-color: white;
}
.ErrorDiv {
    margin-top: -12px;
	margin-bottom: 15px;
}
.vergeten {
    margin: 28px 0 28px 0;
}
.spacing{
	margin-top: 15px;
}
.info {
    font-size: 13px;
}
.back-button-bottom {
    margin-top: 9%;
}
.btn-basic {
    margin-top: 10px;
}

.subnav{
	position: absolute;
	height: 0px;
}

.navbar-fixed-top {
    top: 0;
}
.nav-wrapper{
	min-height: 140px;
	margin-bottom: 0px;
	background-color: white;
}
.align-center{
	margin: auto;
    width: 45%;
}
.panel-login {
    padding: 0px 56px 44px 56px;
}
input{
	height: 50px !important;
	border-radius: 0px !important;
	width: 100%;
}
a{
    width: 100%;
}
.form-control {
    margin: 5px 5px 5px 0;
	border-color: #979797;
}
.header-logo {
    margin-top: 13px;
}
@media (max-width: 1000px) {
	.header-logo {
		display: block;
	}
	.nav-wrapper {
		margin-bottom: 0px;
		min-height: 0px
	}
	.subnav {
		margin-top: 0px;
	}
	.align-center{
			width: 56%;
	}
	.panel-default {
		margin-top: 30%;
	}
}



@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("Roboto-Regular.ttf") format("truetype");
}

.lang a {
	padding: 10px;
	cursor: pointer;
}

#english {
	display: none;
}

a.pull-right {
	float: right !important;
	width: auto;
}