body{
    background-color: rgb(249, 249, 249);
}

.preloader-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #212529; */
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.fade-out-animation{
    opacity: 0;
    visibility: hidden;
}

label{
    font-size: 13px;
}