#register-page-container {

}

#batch-upload-page-container {
	.dropfile__file.single-upload {
		bottom: 0;
	    cursor: pointer;
	    height: 100%;
	    left: 0;
	    opacity: 0;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 100%;
	}
}