/**
 * Created By Dony Wahyu Isp
 * dna.extrim@gmail.com
 */
.loading-center {
    width: 230px;
    height: 230px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.logo {
    /* width: 200px; */
    /* height: 200px; */
    border-radius: 20%;
}

.loading-text {
    font-weight: bold;
    font-size: 24;
    color: #F2A2CD;
    text-align: center;
}
