.login-image {
    width: 600px;
    height: 600px;
    background-repeat: no-repeat;
    background-size: 600px;
    z-index: 1;
    position: fixed;
    right: 0;
    bottom: 0;
    background-image: url(https://send.compello.com/static/images/login-blob.svg);
    opacity: 0.3;
}

.branding-logo {
    width: 54px;
    height: 57px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50px;
    left: 0;
    top: 0;
    background-image: url(https://send.compello.com/static/images/app-logo.svg);
    margin-left: 20px;
    padding-top: 80px;
}