body.install-page {
    background: #f4eee1;
}
.layout-container {
    border-radius: 0;
    border: 2px solid #bf5700;
    box-shadow: 0;
}
h1.page-title {
    color:#bf5700;
}
.site-version {
    display: block;
}
.site-version::before {
    content: "Version: ";
}
.button.button--primary {
    background-color: #bf5700;
    background-image: none;
    border: none;
    border-radius: 10px;
    transition: background-color .1s ease-in-out;
}
.button.button--primary:hover {
    background-color: #a04400;
    background-image: none;
}
header {
    background-image: url(../logo.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position-x: calc(35% + 8.7em);
    background-position-y: 20px;
}
@media (max-width: 48em) {
    header {
        background-image: none;
    }
    .layout-container {
        margin: 0!important;
        border: none;
        padding: 0 20px!important;
        min-height: calc(100vh - 20px);
        padding-top: 20px!important;
        border-radius: 0;
    }
}