.logo {
    height: 50px;
    width: 175px;
    background: url(logo.png) no-repeat;
    background-size: contain;
}

.bg-holder {
    float: left;
    width: 60%;
    background: url(LoginBg.jpg) no-repeat;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.logoCenter {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
}

.UserLoginRight {
    background: #ccd5d7;
    float: left;
    width: 40%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.LoginDiv {
    width: 400px;
    max-width: 100%;
}

.sharedFields, .normalLogin {
    float: left;
    width: 100%;
}