@import url("fonts.css"); /* Using a url */

html, body {
}
body {
/*  background: url(img/columbia.jpg) no-repeat!important;
    background-size: cover!important;*/
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #555;
background-color: #000!important;
}

.container{
  /*width: 100%;*/
}
.container-fluid{
  padding: 0!important;
}

#InputMark {
    display: block;
    position: absolute;
    top: 0px;
    right: 48px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    width: 10px;
    height: 60px;
    font-size: 50px!important;
    line-height: 50px;
}
.star {
    visibility:hidden;
    font-size:30px;
    cursor:pointer;
}
.star:before {
   content: "\2606";
   position: absolute;
   visibility:visible;
   color: #444;
}
.star:checked:before {
   content: "\2605";
   position: absolute;
   color: #333;
}
select#gender,select#city{
  line-height: 44px;
}
@media (max-width: 768px){
      .container {
          width: 100%!important;
      }
    	
    .form-control {
        height: 54px!important;
        font-size: 24px!important;
        margin-top: 20px!important;
    }

    .btn {
    font-size: 24px!important;
    }

    ul {
      list-style-type: none;
    }

    li {
      display: inline-block;
    }
}
.agree{
    line-height: 30px;
    display: block;
}
.agree input[type=checkbox] {
		color: #000;
    font-size: 17px;
    padding-left: 17px;
	
}
.agree input{
		margin-right: 10px!important;
		display: block;
		float: left;
} 
select option:first-child{
	color: #ccc!important;
}
input[type=radio], input[type=checkbox] {
	    width: 20px;
    height: 20px;
    margin-right: 12px;
}
select[multiple]{
	min-height: 140px;
}

 .timberland-logo,.dfc-logo{
  width: 100%;
  float: left;
    padding: 10px 0;
 }
 .timberland-logo img,.dfc-logo img{
  margin:0px auto;
   max-height: 100%;
   max-width: 300px;
 }
 .dfc-logo img{
 
 }
  #tagline{
    color: #333;
    text-transform: uppercase;
}
  #tagline .centerdiv{
    position: relative;
    color: #555;
    padding: 20px 10px;
  }
  #tagline .centerdiv.success{
    color: #FFF;
    background-color: rgba(210,215,85,0.6);
  }
#tagline .centerdiv.error{
    background-color: rgba(200,20,20,0.8);
    color: #FFF;
    text-align: center;
  }
 #tagline h1,#tagline h2, #tagline p{
  padding: 0px 0px;
  color: #fff;
  margin:0;
 }
 #tagline h1{
  text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    font-family: 'Gotham Condensed Extra Black';
    letter-spacing: 0.1em;
    font-size: 50px;
 }
  #tagline h2{
    font-family: 'Gotham Condensed Black';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 40px;
  }
 #tagline p{
font-family: 'Gotham Condensed Light';
    font-size: 30px;
    letter-spacing: 1px;
 }
 form .btn{
  background-color: #333;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    min-width: 50%;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
}
.form-control{
  height: 50px!important;
}
form{
  margin-top: 40px;
  margin-bottom: 60px;
}
.label{
  position: absolute;
    top: -20px;
}
.form-group{
  position: relative;
}
@media screen and (min-width: 992px) {

}
@media screen and (max-width: 992px) {
    .agree{
      line-height: 15px;
      display: block;
  }
   .timberland-logo,.dfc-logo{
 }
 .timberland-logo img{
  padding-top:20px;
  padding-bottom: 10px;
  max-width: 230px;
 }
 .dfc-logo img{
  margin:0px auto;
 }
 .timberland-logo img{
    padding-top: 20px;
    margin: 0px auto;
 }
 
  #tagline{
  }
  #tagline .centerdiv{
  }
 #tagline h1,#tagline h2, #tagline p{
      padding: 10px 0px;
    max-width: 90%;
    margin: 0px auto!important;
 }
 #tagline h1{
  text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    font-size: 36px;
 }
 #tagline h2{
  font-size: 26px;
 }
  #tagline p{
    font-size: 26px;
  }
  .label {
font-size: 10px!important;
top: 1px;
right: 15px;
}

}
