/*LOGIN*/
#txtUserName, #password{
  width:100%;
  margin-bottom:10px;
  border-radius: 0px;
  border-bottom:2px solid rgba(195,145,47,1);
  padding:4px 7px;
}

.btnLogin{
  background: rgb(195,145,47);
  background: -moz-linear-gradient(45deg, rgba(195,145,47,1) 0%, rgba(253,241,126,1) 32%, rgba(255,255,160,1) 51%, rgba(253,241,126,1) 70%, rgba(195,145,47,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(195,145,47,1) 0%,rgba(253,241,126,1) 32%,rgba(255,255,160,1) 51%,rgba(253,241,126,1) 70%,rgba(195,145,47,1) 100%);
  background: linear-gradient(-45deg, rgba(195,145,47,1) 0%,rgba(253,241,126,1) 32%,rgba(255,255,160,1) 51%,rgba(253,241,126,1) 70%,rgba(195,145,47,1) 100%);
  border: 1px solid rgba(255,255,160,1);
  
 
background: rgb(148,105,54);
background: -moz-linear-gradient(-45deg, rgba(148,105,54,1) 0%, rgba(240,235,191,1) 50%, rgba(148,105,54,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(148,105,54,1) 0%,rgba(240,235,191,1) 50%,rgba(148,105,54,1) 100%);
background: linear-gradient(135deg, rgba(148,105,54,1) 0%,rgba(240,235,191,1) 50%,rgba(148,105,54,1) 100%);
  border: 1px solid rgba(240,235,191,1);
  border-radius: 3px;
  width:100%;
  float:right;
  text-align:center;
  padding:5px 0px;
	margin-bottom:10px;
}

a.btnLogin {
    color: #602e0f;
    font-size: 1.25rem;
}

a.btnLogin:hover {
    color: #C29238;
    font-size: 1.25rem;
}
/*END LOGIN*/

.headerText {
    background: rgb(167,130,45);
    background: -moz-linear-gradient(left, rgba(167,130,45,1) 0%, rgba(223,188,84,1) 17%, rgba(248,220,121,1) 49%, rgba(223,188,84,1) 76%, rgba(167,130,45,1) 100%);
    background: -webkit-linear-gradient(left, rgba(167,130,45,1) 0%,rgba(223,188,84,1) 17%,rgba(248,220,121,1) 49%,rgba(223,188,84,1) 76%,rgba(167,130,45,1) 100%);
    background: linear-gradient(to right, rgba(167,130,45,1) 0%,rgba(223,188,84,1) 17%,rgba(248,220,121,1) 49%,rgba(223,188,84,1) 76%,rgba(167,130,45,1) 100%);
    padding: 6px 0;
    border-bottom: 1px solid rgba(167,130,45,1);
    text-align: center;
    margin: 20px 0px;
    color: #ECF0F1;
		text-shadow: 1px 1px 1px #000;
}