body
        {
            margin-top: 30px;
            background: #574f47 url('captiveportal-bg.jpg') no-repeat fixed top center;
            font-family: sans-serif;
            color: #57515c;
        }
		
		a:link,
		a:visited,
		a:hover,
		a:active {
			color: #000;
			text-decoration: none;
		}
        
		.container
		{
			margin: 0 auto;
            padding: 25px;
			text-align: center;
            /*background: rgba(255, 255, 255, 0.65) url('captiveportal-bg-logo.png') no-repeat center center;*/
            min-height: 751px;
		}
		
		.logo {
			max-width: 100%;
		}
        
        .welcome
        {
            text-align: center;
        }
		
		ul.notice,
		ul.notice li
		{
			list-style: none;
		}
		
		ul.notice
		{
			margin: 0;
			padding: 10px;
			border-radius: 5px;
		}
		
		ul.error
		{
			background-color: #b32727;
			color: #fff;
		}
		
		ul.message
		{
			background-color: #acffc0;
			color: #000;
		}
        
        form
        {
            margin-top: 60px;
        }
		
		.form-group
		{
			max-width: 376px;
			margin-top: 5px;
            margin-bottom: 30px;
		}
		
		.form-group.error {
			color: red;
		}
		
		.form-group.error input {
			border-color: red;
		}
		
		#name,
		#email,
		#auth_voucher
		{
			width: 100%;
			padding: 10px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			text-align: center;
            border: solid 2px #756f7c;
		}
        
        button
        {
            background-color: #34cf95;
            padding: 10px 20px;
            border: solid 1px #2fb582;
            color: #fff;
            font-size: 18px;
        }
        
        button:hover
        {
            cursor: pointer;
            background-color: #5ae5b1;
        }
		
		#terms {
			text-align: left;
		}
		
		@media (min-width: 601px) {
			.form-group {
				padding: 0 100px;
			}
			
			.container {
				max-width: 600px;
			}
		}