html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
	font-family: "Avenir Next LT Pro", sans-serif;
	line-height: 120%;
	font-size: 16px;
	background: #323232; /*url('/cclub/images/loginscreen/background.jpg');
	background-size: cover;
	background-repeat: no-repeat;*/
	/*
	background-color: #1B8980;
	*/
}

.program_logo {
	padding:16px;
}

.program_logo img {
	width:100%;
	max-width:510px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 100px;
	color: #fff;
}

.footer-content {
	margin-top: 40px;
	font-size: 14px;
	color: #fff;
}
.login_box{
	display: block;
	height: 450px;
	background-color:rgba(255,255,255,1);
	border-bottom:  3px solid #000;
	border-left:  3px solid #000;
	border-right:  3px solid #000;
	border-radius: 0px 0px 5px 5px;
	padding: 25px;
}
.logo-header{
	background-color:#000;
	margin-top:  40px;
}
.logo{
	padding: 20px 0px;
	margin: 0px auto;
	text-align: center;
}

.login_form{
	margin: 0px auto;
	display: relative;
	background-color:rgba(255,255,255,1);
}
.login_form label{
	font-family: "Avenir Next LT Pro", sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: none;
}
.login_form hr{
	border: 1px solid #000000;
}
.login_form .form-control{
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
}
.login_form .form-group{
	position: relative;
}
.btn-default{
	text-transform: uppercase;
}
.jumbotron .btn-primary,
.login_form .btn-primary{
	background: #1B8980;
	color: #fff;
	cursor: pointer;
	border: 1px solid #1B8980;
	text-transform: uppercase;
	font-weight:800;
	width:  100%;
}

.jumbotron .btn-secondary,
.login_form .btn-secondary{
	background: transparent;
	color: #5f259f;
	cursor: pointer;
	border: 1px solid #5f259f;
	text-transform: uppercase;
}

.btn-white{
	border: 2px solid #26bfcc;
	color: #fff;
	padding: 10px 25px;
	font-size: 24px;
	float: right;
	margin-right: 150px;
	text-transform: uppercase;
	background: rgba(0,0,0,0.3);
}
.btn-white:hover{
	border: 2px solid #26bfcc;
	color: #fff;
}
.login_form .btn-primary:hover{
	background: #fff;
	border: 1px solid #000000;
	color: #000000;
	font-weight:800;
}
.login_form .btn-secondary:hover{
	background: transparent;
	border: 1px solid #5f259f;
}
a.btn_forget:link,
a.btn_forget:visited{
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

.logo_footer{
	margin-top: 20px;
}
.logo_footer img{
	height: 60px;
}
.jumbotron{
	position: relative;
	background: none;
	z-index: 10;
}

.jumbotron h1{
	color: #fff;
	font-family: "Avenir Next LT Pro", sans-serif;
	text-shadow: 0px 0px 8px #333333;
}

.logo_sprint{
	width: 120px;
	position: absolute;
	top: 10px;
	right: 160px;
}
.logo_sprint img{
	width: 120px;
}

.login_form span{
	color: #000000;
	font-size: 14px;
	font-weight: 700;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	.login_box{
		width: 100%;
		height: 580px;
	}
	.logo{
		width: 333px;
	}
	.logo img{
		width: 333px;
	}
	.login_form{
		width: 100%;
	}
	.form-group{
		padding: 0px 35px;
	}
	a.btn_forget:link,
	a.btn_forget:visited{
		right: 40px;
	}
	.btn-white{
		font-size: 14px;
		margin: 0px;
	}
	.login_form_mtop{
		margin-top:0px;
	}
	.mleft{
		margin-left:25px;
	}

	.footer-content{
		font-size: 12px;
	}
}

.login_help {
	color:#333;
	margin-top:8px;
}

.login_help a:link {
	color:#333;
	text-decoration:underline;
}

.btn {
	border-radius:0px;
}
