﻿body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.login_container {
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	z-index: 0;
}

.grad {
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
	/* Chrome,Safari4+ */
	z-index: 1;
	opacity: 0.7;
}

div.header {
	position: absolute;
	top: calc(30% - 375px);
	left: calc(50% - 78px);
	z-index: 2;
	background-image: url(../../Images/logo.png);
	height: 60px;
	width: 130px;
}

.login {
	position: absolute;
	top: calc(30% - 315px);
	left: calc(50% - 150px);
	height: 150px;
	width: 350px;
	padding: 10px;
	z-index: 2;
}

.login input[type=text]
{
    width: 250px;
	height: 30px;
	background: transparent;
    border: 1px solid #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	margin-top: 15px;
}

.login input[type=password]
{
    width: 250px;
	height: 30px;
	background: transparent;
    border: 1px solid #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	margin-top: 10px;
}

.login input[type=button],
.login .btn_inloggen,
body .login a.btn_alt {
	width: 260px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.login input[type=button]:hover,
.login .btn_inloggen:hover {
	opacity: 0.8;
}

.login input[type=button]:active,
.login .btn_inloggen:active {
	opacity: 0.6;
}

.login input[type=text]:focus
{
    outline: none;
    border: 1px solid #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.login input[type=password]:focus
{
    outline: none;
    border: 1px solid #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.login input[type=button]:focus,
.login .btn_inloggen:focus {
	outline: none;
}

div.login a {
	color: white;
	margin-bottom: 20px;
}

.mobile {
	margin-top: 15px;
}

.mobile input {
	margin-top: 3px;
}

.mobile label {
	width: 130px;
}

#ctl00_pnlLogo {
	padding: 20px;
	z-index: 2;
	position: absolute;
	background-color: white;
	border-radius: 25px;
	margin: 20px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 220px);
}

.login_container {
	background-image: url(../../Images/banner.jpg);
}

body div#ctl00_pnlLogo {
	left: calc(50% - 180px);
	width: 260px;
}

::-webkit-input-placeholder
{
    color: #ffffff;
    color: rgba(255, 255, 255, 1);
}

::-moz-input-placeholder
{
    color: #ffffff;
    color: rgba(255, 255, 255, 1);
}

body div.login a.btn_alt_az 
{
	height: 23px !important;
	width: 247px !important;
	margin-top: 20px;
	text-align: center;
	line-height: 25px;
}