body:before, body:after {
    height: 5px;
    width: 100%;
    position: fixed;
    content: '';
    z-index: 999
}

body:before {
    top: 0
}

body:after {
    bottom: 0
}

body:before, body:after,
.wrapper:before, .wrapper:after {
    background: #497979;
}

.wrapper:before, .wrapper:after {
    height: 100vh;
    width: 5px;
    position: fixed;
    content: '';
    z-index: 999;
    top: 0
}

.wrapper:before {
    left: 0
}

.wrapper:after {
    right: 0
}

.logo {
    height: 5em;
	border-radius: 0.5em;
}

.b-divider {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}