@charset "utf-8";
#background {
    background-image: url(backround.jpg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.well
{
    background: rgb(69, 70, 79);
    border-width: 4px;
    border-color: rgb(19, 22, 45);
}
label
{
    color: rgb(255, 255, 255);
}
h3
{
    color: rgb(255, 171, 81);
}
p
{
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255);
}
.label
{
    background: rgb(19, 22, 45);
}
.panel
{
    background: rgb(69, 70, 79);
    border-width: 4px;
    border-color: rgb(19, 22, 45);
}
.panel-footer{
  background-color: rgb(255, 172, 84);
  border-color: rgb(255, 172, 84);
  color: #13162d;

 }
 .btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #f4a70c;
    color: #13162d;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #ffab51;
}
 
.btn-primary:active, .btn-primary.active {
    background: #8c4c08;
    box-shadow: none;
}
.btn-primary.raised {
	box-shadow: 0 3px 0 0 #8c4c08;
}
.btn-primary.raised:active, .btn-primary.raised.active {
	background: #8c4c08;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}


