.bg-login-image {
    background: url("../img/firststep-logo-1164x471.png");
    background-position: center center;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    margin-top: 0em;
    margin-left: 0em;
    /*margin-top: 7em;*/
    /*height: 10em;*/
    /*background-color: #89e2c2;*/
}

.bg-register-image {
    background: url("../img/firststep-logo-join.png");
    background-position: center center;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    margin-top: 0em;
    margin-left: 0em;
}
