.btn-primary{
    background-color: #ff7f00;
    color: #000;
}

.btn-primary:link {
    background-color: #000;
    color: #fff;
}

.btn-primary:visited {
    background-color: #000;
    color: #fff;
}

.btn-primary:hover {
    background-color: #000;
    color: #fff;
}

.btn-primary:active {
    background-color: #000;
    color: #fff;
}

.navbar-inverse {
   background-color: #fff;
   border: none;
}

@media (max-width: 767px) {
.navbar-inverse {
   background-color: #fff;
 
  }
 
}

.has-error{
    color: #ff7f00;
    
}

.help-block{
    color: #fff !important;
    background-color: rgba(0,0,0,1);
    
}


.img-pad-top{
    padding-top: 50px;
   
}

p a:link{
    color: #ff7f00;
    text-decoration: none;
}

p a:visited{
    color: rgba(255,127,0,0.5);
    text-decoration: none;
}      

p a:hover{
    color: rgba(255,127,0,0.5);
    text-decoration: none;
}

p a:active{
    color: rgba(255,127,0,0.5);
    text-decoration: none;
}

img.logo {
    position:relative;
    max-width:50%;
    max-height:50%;
    margin-top:-50%;
    margin-left:-50%;
}

div.shadow {
    position:absolute;
    max-width:75%;
    max-height:75%;
    top:50%;
    left:50%;
    overflow:visible;
}