/*!
 * 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: 26%;
  background:
    linear-gradient(rgba(10, 10, 25, 0.6), rgba(10, 10, 25, 0.6)),
    url('https://artiusclub.com/artiusclubackgrd.png') no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  color: #111; /* texto oscuro base */
  margin: 0;
  padding: 0;
  overflow-x: hidden;
    font-size: 14px;
}

.navbar {
	background: transparent;
}

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

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

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

.logo-img {
	width: 50%;
}

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

.login-form {
    background: #fff;
    border: 2px solid #e4e4e4;
    border-radius: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(52, 68, 72, 0.38);
    font-weight: 200;
}

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

.login-form input{
background-color: #585151;
    border: 1px dotted #f08411;
    color: #2398d4;
}


.login-form ::-webkit-input-placeholder{

    color: #c1c1c1;
    
}



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

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

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

.affiliate-description {
    color: #fff;
    font-size: 21px;
    background: #454544;
    border: 1px dotted #f08411;
    border-radius: 0;
    box-shadow: 0 0.125rem 0.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: 148px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

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