@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:400,700';

*, *:before, *:after {
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body
{
	margin: 0;
	padding: 0;
	height: 100%;

	background: url('../images/curl.gif') repeat-y center;

	background-size: 80% auto;
	
	font-size: 16px;
	color:#5d6270;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
	
	
	
}



.row {
	max-width: 74rem;
	z-index: 2;
	position: relative;
}
#page-background{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgb(255, 255, 255) url('../images/geometry2.png') repeat top left;
	background-blend-mode: multiply;
}

#page-container {
	position:relative;
	z-index: 2;
	margin: 0 0px 0px 0px;
	display: block;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}



.border-top {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:8px;
	z-index: 998;
}

/* Top */
#topbar {
	position: relative;
/*
	top: 0rem;
	left: 0rem;
*/
	width: 100%;
	padding-top:3rem;
	margin-bottom: 2rem;
}

/* Logo */
.logo {
	width: 340px;
	height: 150px;
	display: inline-block;
	position: relative;
	margin: 0rem auto;
	text-align: center;
  z-index: 998 !important;
  background: url('../images/logo-ASDNF.svg') no-repeat center;
	background-size: contain;

	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

	@media (max-width: 540px) {
		.logo {
			width:250px;
		}
	}

/* Footer */
#copyright {
	position: absolute;
	bottom: 2rem;
	left:0;
	width: 100%;
	font-size: 0.76rem;
}
#copyright a {
	color:#5d6270;
	
}
#copyright a:hover {
	color:#2eada9;
}


/* Inlogscherm
------------------------------------------------------------------------------------------ */	


#login-wrapper {	
/*
	position: absolute;
	top: 50%;
*/
	width: 100%;
/* 	transform: translateX(0%) translateY(-50%); */
	z-index: 99;
}


/* Text left */
.login-text-wrapper {
	padding-top: 3rem;
}
.login-text-label {
	display: inline-block;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 1.2rem;
	padding-left: 2px;
	
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .login-text-label {
	color: rgba(255, 255, 255, 1) !important;
}

.login-text-title {
	margin-bottom: 0rem;
	line-height: 1.1;
	font-size: 2.6rem;
}

.login-text-intro {
	display: block;
	padding-top: 1rem;
}
.c2a-intro p {
	font-size: 1rem;
}


[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-primary) .login-text-intro p   {
	color: rgba(255, 255, 255, 1) !important;
}
.login-text-button {
	margin-top: 2rem;	
}

.login-text-list ul {
	margin: 0;
	list-style: none;
}
.login-text-list ul li {
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
}
.login-text-list ul li i {
	margin-right: 1rem;	
}


/* Login form Right */

.login-form {
	padding: 3rem 3.5rem 2rem;
	border-radius: 8px;
	box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.1);
}
.login-form-title {
	font-size: 1.6rem;
	padding-bottom: 1rem;
}
.login-form p {
	text-align: center;
	font-size: 0.86rem;
}
.login-form .lost-pw {
	padding-top: 2rem;
}

.login-form label {
	font-size: 0.96rem;
	font-weight: 700;
	color: #2e2e2f;
	position: relative;
	padding-top:0rem;
}
.login-form label span {
	color: #a9acad;
}
.login-form label i {
	position: absolute;
	top: 2.7rem;
	left:1rem;	
	
}

.login-form input {
	height: 3rem;
	font-size: 1.125rem;
	margin-bottom: 10px;
	box-shadow: none;
	border: 2px solid rgba(223, 223, 223, 0.82);
	background-color: rgba(255, 255, 255, 0.66);
	border-radius: 20px;
	padding-left: 3rem;
}
.login-form input:focus {
	border-color: #1ec4d7;
}
.login-form input:focus + label > span {
	transform: translateX(0%) translateY(0);
}

.form-button {
	display: block;
	width: 100%;
	text-align: center;
}

.login-form .login-button {
	border:0;
	padding: 0.86rem 3rem;
	height: auto;
	margin:auto;
}
		



.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer25 {
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}


.clearer15 {
	height: 15px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}


.clearer45 {
	height: 45px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}


.clearer35 {
	height: 35px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}


