#qrcode {
    background-repeat: no-repeat;
    height: 250px !important;
    background-size: contain;
    justify-content: center;
    text-align: center;
    background-position: center;
}

@media (max-width: 994px)  {
    .login-medium-logo-master {
        background-image: url(../../../images/builderDetailLogin.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        color: transparent !important;
        border: transparent;
        height: 30px;
    }
}

.login-medium-logo-master, .login-image {
    cursor: pointer;
}