/*for fixed footer*/
body {
    /*padding-bottom: 70px;*/
    /*!* Adding !important forces the browser to overwrite the default style applied by Bootstrap *!*/
    background: black !important;
}

/*for page header*/
.page-header-text {
    /*!* Adding !important forces the browser to overwrite the default style applied by Bootstrap *!*/
    color: whitesmoke !important;
    font-size: large;
    line-height: 50px;
    text-align: center;
}

/*for content text*/
.text-color-white {
    /*!* Adding !important forces the browser to overwrite the default style applied by Bootstrap *!*/
    color: whitesmoke !important;
}

/*for sharp button*/
.btn-sharp {
    border-radius: 0;
}

/*for sharp input*/
.input-sharp {
    border-radius: 0;
}

/*for input without border*/
.input-no-border {
    color:white !important;
    background-color:transparent !important;
    border:none !important;
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}
