.loader{
	height: 80px;
	width: 80px;
}

.preloader{
	height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.28);
}

.loader{
	position: relative;
    z-index: 9;
}

.error{
	color: red;	
}

.info{
	margin-top: 10px;
    font-size: 20px;
}