/* style.css */

body {
    padding-bottom: 20px;
    padding-top: 20px;
}

h1, h2, h3, h4 {
    color: #581575;
}

.header {

}
.header h1 {
    font-size: 30px;
    line-height: 1.5;
}
.header-background-top {
    background: url("../images/top_pink_slab.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.header-background-bottom {
    background: url("../images/global_nav_background.png") no-repeat scroll center -318px transparent;
    display: block;
    height: 80px;
    margin-top: 10px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.menu-block {
    display: block;
    max-width: 500px;
    margin: 40px auto;
}

.cne-footer {
    display: block;
    max-width: 900px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    border-top: 1px solid #e5e5e5;
    color: #777;
    padding-top: 20px;
}
.footer p {
    line-height: 40px;
}

.btn-default, .btn-primary {
    background-image: linear-gradient(to bottom, #b2107b 0px, #b2107b 100%);
    background-repeat: repeat-x;
    border-color: #b2107b;
    color: #fff;
}
.btn-default:focus,
.btn-default:hover {
    background-image: linear-gradient(to bottom, #581575 0px, #581575 100%);
    background-repeat: repeat-x;
    background-color: #581575;
    background-poslition: 0 -15px;
    border-color: #581575;
    color: #fff;
}
.btn-primary:focus,
.btn-primary:hover {
    background-image: linear-gradient(to bottom, #581575 0px, #581575 100%);
    background-repeat: repeat-x;
    background-color: #581575;
    background-poslition: 0 -15px;
    border-color: #581575;
    color: #fff;
}

.nav > li > a {
    margin-top: 10px;
    background-color: #b2107b;
    color: #fff;
    text-align: center;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #581575;
    color: #fff;
}

.panel-login {
    border: none;
    box-shadow: none;
}
.panel-login .panel-heading {
    border: none;
    background: #fff;
}
.panel-login .panel-title {
    font-size: 30px;
    color: #581575;
}
.panel-login .panel-body {
    min-height: 140px;
}
.panel-login .panel-footer {
    border: none;
    background: #fff;
}
