body {
    margin: 0;
    line-height: normal;
}

.background {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(150.03deg, #45e994, #23bcba);
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row, .div {
    position: absolute;
}

.path-icon {
    width: 70%;
}

.div1 {
    position: absolute;
    color: var(--color-white);
}

.logo-mds-icon {
    width: 230px;
    height: 85px;
    /*object-fit: cover;*/
}
