#success_message{ display: none;}

.body {
    margin: 0;
    padding: 0;
    background: url('../images/wood_background.jpg');
   width: 100%;
}

.spacer {
    height: 20px;
    background-color: #f5f3e7;
}
#header {
    height: 123px;
}
#header-logo {
    padding-top: 17px;
    padding-left: 17px;
}

.psheaderAccountContent {
    background-color: darkgray;
    width: 100%;
    margin: 0px auto;
    padding: 0 1rem;
}
.psheaderAddress {
    color: #F3E4B2;
    background-color: #4D4D4F;
    height: 22px;
    width: 100%;
    margin: 0px auto;
    padding: 0 1rem;
}
.headerBackground {
    background: url('../images/header_bar.jpg') repeat right top;
    height: 151px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.HotelName
{
   font-size: large;

}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #8064A2;
    border-color: #8064A2;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('http://sampsonresume.com/labs/pIkfp.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal {
        display: block;
    }

.jumbotron {
    position: relative;
    background: #fff url('../images/wood_background.jpg') repeat-x;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
 
}

.validate {
    color: red;
}
