.xbccw{
	background-color: white;
}

.loginDiv{
	text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 0px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    border-radius: 25px;
    padding-bottom: 10px;
}

.inplace-editor {
    position: relative;
}

.inplace-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}