body {
    height: 100vh;
    overflow: hidden;
}

img {
    height: 100vh !important;
    background-size: cover;
}

.left-side {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/help.png) 0px 100% no-repeat,
        linear-gradient(to right, #6675A4, #6a9bb9);
}

.my-auto {
    text-align: center;
    color: #fff;
}

h1 {
    font-size: 4em !important;
}

p {
    font-size: 22px;
}

.btn-light:focus,
.btn-secondary:focus,
.btn-outline-light:focus {
    box-shadow: none !important;
}

button:focus {
    outline: none !important;
}

.toast {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1051;
}

@media (max-width: 767px) {
    h1 {
        font-size: 4em !important;
    }

    p {
        font-size: 14px;
    }

    .h-100 {
        margin-top: 25vh;
    }
}