@font-face
{
	font-family: PT Sans;
	src: url('../font/PTS55F.ttf') format('truetype');
}
@font-face
{
	font-family: PT Sans;
	src: url('../font/PTS55F.eot');
}
@font-face
{
	font-family: PT Sans;
	src: url('../font/PTS55F.woff');
}
@font-face
{
	font-family: PT Sans-n;
	src: url('../font/PTN57F.ttf') format('truetype');
}
@font-face
{
	font-family: PT Sans-n;
	src: url('../font/PTN57F.eot');
}
@font-face
{
	font-family: PT Sans-n;
	src: url('../font/PTN57F.woff');
	
}
body{
	background-image: url('../../secure/bg-image.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	color:#f5f5f5;
	text-align:center;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.logo {
	
	font-family: PT Sans, Helvetica, Tahoma;
	font-size: 44px;
	padding-bottom: 30px;
	color: #ffffff;
  letter-spacing: .05em;
  text-shadow: 1px 1px 0px #6b6b6b, 1px 1px 0px rgba(13, 13, 13, 0.88);
}
a{
	color:#fff;
	text-decoration:none;
	line-height: 1.5em;
	font-size: 13px;
}
p{
	color:#fff;
	padding: 0px;
	margin: 0px;
	text-align: center;
	text-decoration:none;
	line-height: 2em;
}
	
#loginform{
	margin-top:100px;
	margin-left:auto;
  	margin-right:auto;
	width:270px;
	padding: 35px 35px 20px 35px;
	border-radius: 5px;
}

#setupform{
	margin-top:100px;
  margin-left:auto;
  margin-right:auto;
	width:400px;
}
	
#loginform .input{
	width:270px;
    padding:15px 25px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background: #f5f5f5;
	border:none;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	margin-top:10px;
}

#setupform .input{
	width:400px;
    padding:15px 25px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background: #f5f5f5;
	border:none;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	margin-top:10px;
}
select {
	width:270px;
    padding:15px 25px;
    background: #dadada;
	border:none;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	margin-top:15px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}


select{
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin-top: 10px;
}
#green {
	color: green;
}
#red {
	color: red;
	
	
}

.loginbutton{
	border-radius:5px/5px;
	-webkit-border-radius:5px/5px;
	-moz-border-radius:5px/5px;
	display:inline-block;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
	width:270px;
	text-align:center;
	line-height:50px;
	text-decoration:none;
	height:50px;
	margin-top:20px;
	margin-bottom:20px;
	border:none;
	outline:0;
	cursor: pointer;
	background-color: #214285;
	color: #f5f5f5;
}
.submitbutton{
	background-color:#ffdd00;
	border-radius:5px/5px;
	-webkit-border-radius:5px/5px;
	-moz-border-radius:5px/5px;
	color:#333;
	display:inline-block;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
	width:400px;
	text-align:center;
	line-height:50px;
	text-decoration:none;
	height:50px;
	margin-top:20px;
	margin-bottom:20px;
	border:none;
	outline:0;
	cursor: pointer;
}

.loginbutton:active {
	position:relative;
	top:1px;
}

.loginbutton:hover{
	background-color: #2b8aca;
}