.logo-login{
    background-image: url('./../img/logo-sekolah.jpg');
    display: flex;
    width: 100%;
    min-height: 150px;
    background-position: center;
    background-color: white;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 18px;
}

.center-cropped {
	object-fit: none;
	/* Do not scale the image */
	object-position: center;
	/* Center the image within the element */
	height: 36px;
	width: 36px;
}