/*!
 * Start Bootstrap - Logo Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
  padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
	background: #f5f5f5;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #59595A;
  font-size: 14px;
}

.navbar {
	background: transparent;
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-brand {
	margin: 0;
	padding: 0;
	margin-top: -50px;
	padding-bottom: 60px;
}

.navbar-brand img {
	width: 350px;
}

.logo-img {
	width: 50%;
}

label {
	font-weight: 400;
	text-transform: uppercase;
}

.login-form {
	  background: #fff;
	  border: 1px solid #e4e4e4;
    border-radius: 0;
		box-shadow: 0 .125rem .25rem rgba(50,70,75,.2);
		font-weight: 200;
}

.login-form legend{
	color: #03549C;
	font-weight: 800;
}

.login-form input{
	background-color: #F7F7F7;
  border: 1px solid #ccc;
	color: #0C59B0;
}

.login-btn {
	color: #fff !important;
	font-size: 20px;
	background: #074A82 !important;
	margin-bottom: 10px;
}

.register-btn {
	color: #fff !important;
	background: #FC5800 !important;
	float: right;
	font-size: 19px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.forgot-link {
	padding-top: 10px;
	margin-bottom: -20px;
}

.affiliate-description {
	color: #fff;
	font-size: 21px;
	background: #095EB3;
	border: 1px solid #e4e4e4;
  border-radius: 0;
	box-shadow: 0 .125rem .25rem rgba(50,70,75,.2);
	margin-top: 20px;
}

.affiliate-description h1 {
	font-size:28px;
	padding:15px 0 10px 20px;
}

.affiliate-description h1 i {
	color: #fff;
}

.affiliate-description ul{
	list-style-type:none;
}

.affiliate-description i {
	color: #A2FF00;
}

.signup {
	margin-top: 100px;
	border-top: 1px solid #eee;
	text-align: center;
	padding-top: 10px;
}

.signup h2 a {
	color: #59595A;
	font-size: 19px;
}

.requirements-table{
	width: 100%;
	border: 1px solid #666;
}

.requirements-table th, td {
	border: 1px solid #666;
	padding: 5px;
}

.req-met {
	background: url('../img/checkmark.png') no-repeat;
	height: 25px;
	width: 25px;
}


@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}