.brand-logo-registration{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    z-index: 1;
    justify-content: unset;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.register-left{
    position: relative;
}
.logo-image{
    width: 650px;
    height: 158px;
    margin: 0 auto;
}
.logo-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo-sub-head p{
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    text-align: center;
}
.register-right {
    text-align: center;
}
.register-right h1, .register-right h2 {
    color: #350C78;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}
.form-label{
    color: #350C78;
}
