body{
    /*padding-top: 90px;*/
    padding-bottom: 50px;
    left:0;
}
.container{
    width: 95%;
    margin: 0 auto;
    /* Center the DIV horizontally */
}
.fixed-header, .fixed-footer{
    width: 100%;
    position: fixed;
    background: #333;
    padding: 8px 0;
    color: #fff;
    left:0;
    right: 0;
    z-index: 5!important;

}
.fixed-header{
    top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;


}
.fixed-footer{
    bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* Some more styles to beutify this example */
nav a{
    color: #fff;
    text-decoration: none;
    padding: 7px 25px;
    display: inline-block;
}
input{
    outline-color: #f9f0d9;
    background: transparent;
}

label{
    font-size: 10pt;
    color:brown
}
input::placeholder {
    color: #d5b7d5;
    font-style: italic;
    font-size: 10pt;
}

.btnBackground{
    background: #a881af!important;
    color:white !important;
}


/*fonts*/
@font-face{
    font-family:'Montserrat';
    src:url(../fonts/Montserrat-Regular.ttf);
}