@charset "UTF-8";

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    max-width: 480px;
    margin: 0 auto 30px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* ######################################################################### */
/* ## campaign header ###################################################### */
/* ######################################################################### */

.campaign-header img {
    width: 100%;
}


/* ######################################################################### */
/* ## campaign main ######################################################## */
/* ######################################################################### */

.campaign-main {
    margin-top :20px;
}

.campaign-main ul, .campaign-main ol {
    padding-left: 20px;
}

/* ######################################################################### */
/* ## buttons ############################################################## */
/* ######################################################################### */

.btn-line, .btn-line:hover, .btn-line:visited, .btn-line:focus {
    background-color: #00b900;
    color: #ffffff;
}

.btn-add-brand {
    background-color: #337ab7;
}

.sign-in-header {
    background-image: url("/img/misc/man_stamp.png");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
    background-color: white;
    box-shadow: #8e8e8e 0 1px 1px 0;
    width: 100%;
    height: 150px;
    position: relative;
    margin-bottom: 75px;
}

.sign-in-header img {
    max-width: 100px;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
}

.spec-title-h4 h4 {
    margin-bottom: 0;
}