
.login-wrapper-2 .title .versa-login-logo {
    background-image: url("../../images/versa-logo.png");
    background-repeat: no-repeat;
    height: 100%;
    width: 200px;
    float: left;
    background-position: 15px 15px;
}

.login-wrapper-2 .title .versa-login-logo-text {
    color: #0090bc;
    float: right;
    height: 100%;
    position: relative;
    width: 50%;
    text-align: center;
}

.login-wrapper-2 .title .versa-login-logo-text .logo-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}