*, ::after, ::before {
    box-sizing: border-box;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: 0;
    line-height: 1.5;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffa726;
    font-family: Roboto, sans-serif;
    color: #888;
}

html, body {
    height: 100%;
}

.text-center {
    text-align: center !important;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.mb-3 {
    margin-bottom: 1rem!important;
}

.mb-1 {
    margin-bottom: .25rem!important;
}

.h2 {
    font-size: 2rem;
    line-height: 1.2;
    color: inherit;
    font-family: inherit;
    margin-top: 0;
    font-weight: 400!important;
}

p {
    margin-top: 0;
    font-size: 14px;
}

.bg-image:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('../img/background.jpg');
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-image:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #fff;
}

#header {
    display: block;
    width: 100%;
    max-width: 425px;
    padding: 15px;
    margin: 0 auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.page-copyright {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
}

.page-copyright p {
    font-size: 11px !important;
    margin-bottom: 5px;
}