/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6-okt-2014, 15:53:41
    Author     : knol015
*/
body {
	background: url(../img/bg_3.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.dots {
	background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	height:100%;
}
 
.center.row {
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	max-width: 500px;
}

.signup-panel {
	padding: 15px;
}

.signup-panel i {
	font-size: 30px;
	line-height: 50px;
	color: #999;
}

.signup-panel form input, .signup-panel form span {
	height: 50px;
}
.signup-panel {
	background: #e2e4e6;
    /*background: rgba(255,255,255,0.8);*/
}

.signup-panel .welcome {
	font-size: 40px;
	text-align: center;
	margin-left: 0;
	color: #222222;
}

.signup-panel .button {
	margin-left: 35%;
}

section.active {
	padding-top: 75px !important;
}

p.title {
	border-bottom: 0px solid #cccccc !important;
}

.loginContent{
	height: 450px;
}



           