body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

h5 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 1.25rem;
}

.container {
    width: 100%;
    text-align: center;
    margin-top: 50%;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 600px) {
    .container {
        margin-top: 25%;
    }

    .image-container img {
        width: 60%;
    }
}

body {
    background: #EBEDF0 !important;
    font-family: "Roboto", sans-serif;
}

.login-box {
    margin-top: 75px;
    height: auto;
    text-align: center;
}

.login-title {
    margin-top: -20px;
    flex: 1 0 100%;
    font-size: 1.25rem;
    color: #767676;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 500 !important;
    line-height: 1.2;

}

.logo-beth {
    border-radius: 50%;
    width: 180px;
    padding-top: 30px;
    max-width: 100%;
}

.gray-img {
    filter: grayscale(1) blur(2px);
}

.footer {
    margin-bottom: 0 !important;
    padding: 0;
    text-align: center;
}

.footer .footer-logo {
    background: url(footer-betha.png) no-repeat;
    display: inline-block;
    height: 27px;
    text-indent: -9999px;
    width: 97px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer img {
    width: 100px;
    height: auto;
}