.logo {
	width: 100px;
	height: auto;
}

.text-small {
	font-size: 0.6rem;
	font-weight: bold;
}

/*
-------------------------------
Preloader
-------------------------------
*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/* custom-file-input */
input[type="file"]:focus,
.custom-file-input:focus ~ .custom-file-label {
	outline: none !important;
	border-color: transparent;
	box-shadow: none !important;
}
.custom-file,
.custom-file-label,
.custom-file-input {
	cursor: pointer;
}
