.houselogo-blue {
    color: #88ccdb;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    text-transform: uppercase;
    width: 16em;
    justify-content: flex-end;
    fill: #88ccdb
}

.houselogo-white {
    color: white;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    text-transform: uppercase;
    width: 16em;
    justify-content: flex-end;
    fill: white;
}

.houselogo-blue:hover {
    fill: #29327b;
    color: #29327b;
}

.houselogo-txt {
    position: absolute;
    right: 10%;
    top: 55%;
}

.houselogo-txt-mid {
    position: absolute;
    right: 49%;
    top: 55%;
}

.houselogo-blue-login-register {
    color: #88ccdb;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    text-transform: uppercase;
    width: 6em;
    justify-content: flex-end;
    fill: #88ccdb
}

.houselogo-txt-login {
    position: absolute;
    right: 20%;
    top: 55%;
}

.houselogo-txt-register {
    position: absolute;
    right: 20%;
    top: 55%;
}