.logo-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 60px;
}

.gif-wrapper {
    background-image: url('https://demo.stratbeans.com/media/gifs/landing_page.gif');
    opacity: 0.7;
    display: flex;
    flex-direction: row !important;
    justify-content: center;
}

.company-logo {
    width: auto;
    height: 40px;
}
.title-margin {
    margin: 0 10px;
}
.pt-0 {
    padding-top: 0;
}
.login-logo {
    height: auto;
    width: 250px !important;
}
