html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
}

.full-height {
    height: 100%;
}

.full-width {
    min-width: 100%;
}

.m-0 {
    margin: 0 !important;
}

img {
    width: 60%;
}

.welcome-msg {
    margin-top: 15rem;
}

.header {
    color: black;
    margin-top: 4rem;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.bg-img {
    background-image: url('../images/login-img.jpg');
    background-size: cover;
    background-position-x: center;
    background-color: black;
}

.overlay-text {
    width: 30%;
    position: absolute;
    top: 20%;
    left: 6%;
}

.quote-block {
    color: white;
    display: block;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
}

.quote-author {
    color: white;
    display: block;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}