* {
    box-sizing: border-box;
}

body {
    background: url('../img/bg.jpg') no-repeat;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    min-height: 100vh;
}

#body-wrapper {
    background-color: rgba(33, 37, 41, 0.9);
    border: 1px solid #343a40;
    box-sizing: border-box;
    height: 620px;
    left: 50%;
    padding: 30px 35px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
}

#logo {
    height: 40px;
    margin-left: -4px;
}

#view-wrapper {
    margin-top: 80px;
}

#view-wrapper h1 {
    font-size: 28px;
    font-weight: bold;
    color: #198754;
}